Format Date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Date field, so if i type a date it should show short date and medium
time.
I select in the form General Format and it's not working.
How can I view both same time?

Thanks
 
I have Date field, so if i type a date it should show short date and medium
time.
I select in the form General Format and it's not working.
How can I view both same time?

Thanks

You're not limited to one of the formats shown in the drop-down list.
Write your own date/time format.
On the Format property line, write:
mm/dd/yyyy h:nn AM/PM
 
Thank you so much.

fredg said:
You're not limited to one of the formats shown in the drop-down list.
Write your own date/time format.
On the Format property line, write:
mm/dd/yyyy h:nn AM/PM
 
Back
Top