February 21, 200620 yr anyone can help? Creation Date Field is (6)mm/(2)dd/(2006)yyyy and I need convert to (06)mm/(02)dd/(06)yy... any idea?? Thank!
February 21, 200620 yr Hi, King! Right("0"&Month(date),2)&"/"& Right("0"&Day(date),2)&"/"& Year(date)
February 21, 200620 yr You can display the date in mm/dd/yy format, using 'Custom' option of 'Date Format' in layout mode.
Create an account or sign in to comment