Wikis - Page

Generate a specified value of date and time on today in milliseconds since January 1, 1970 in SMAX

0 Likes

For example: 

End users require to generate a value in milliseconds since January 1, 1970 on 6PM today IST time zone in ruleset of SMAX, the Expression Language syntax is:

to_date_time(concat(format(now(),'short_date','',''),' 18:00:00'), 'MM/dd/yy hh:mm:ss','GMT+5:30')

The syntax returns the a value in milliseconds since January 1, 1970

Tags:

Labels:

How To-Best Practice
Knowledge
Support Tips/Knowledge Docs
Comment List
Related
Recommended