Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all ,
How can I convert this Date "4/5/2017" into a number ?
Noting that it is a Month/Day/Year in this the number show be "42830"
Thank you
num(date#('4/5/2017','MM/DD/YYYY'))
num(date#('4/5/2017','MM/DD/YYYY'))
Try using the number function. For example num('4/5/2017','####0') and this should give you the number 42859.