Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tmumaw
Specialist II
Specialist II

Making Today() Numeric

Is there a way to make today's date numeric?

Thanks

 

Labels (1)
  • dates

1 Solution

Accepted Solutions
bismart
Creator
Creator

in script....

NUM(DAYSTART(TODAY())) as TodayNum

in variable

Let vToday = NUM(DAYSTART(TODAY()));

 

 

View solution in original post

1 Reply
bismart
Creator
Creator

in script....

NUM(DAYSTART(TODAY())) as TodayNum

in variable

Let vToday = NUM(DAYSTART(TODAY()));