asked on September 21, 2016
How would I go about getting the Month and Day but with two decimal places.
Date field is 9/21/2016, defaulting to todays date.
=MONTH(Date) gives me "9" but I want "09"
=DAY(Date) gives me "21" but if the day is lower than 10 it does the same as above.
Any suggestions? or is this a limitation to formulas in Forms v10.
Also if I do:
=DATE(YEAR(Date),MONTH(Date),DAY(Date)) I get "42634" How can I make this a readable date?
0
0