Reputation: 27
Example: i like to convert the currentdate into a numeric value like YYYYMMDD. Thanks for your help.
Upvotes: 1
Views: 13117
Reputation: 1329
Try using the following formula
tonumber(totext(currentdate,'yyyyMMdd'))
This formula will convert your Current Date to YYYYMMDD format and the field will be a Numeric Field.
Hope this helps !!
Upvotes: 4