format

J

Joel Allen

Hi,

I need to get yyyy/mm/dd out of this:
FormatDateTime(Item.UserProperties("HardwareDueDateRequested").Value(),2)

Can someone please help. I looked and look, found the DatePart function but
I think there must be an easier way.

Thank you for your help,

joel
 
S

Sue Mosher [MVP-Outlook]

This is for code on an Outlook form? Use the Year(), Month(), Day() functions.
 
Top