Date Formatting

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

Trying to display date and time in the following format:

Sunday, April 20 2008 - 2:38 AM

Not sure what the format should be.
Not sure if I should use a label and use the OnTimer.
Had inserted day and time using the ribbon command but
the way I want it display with the full month and day spacing
wouldn't look right.

Any help will be appreciated.
James
 
Trying to display date and time in the following format:

Sunday, April 20 2008 - 2:38 AM

Not sure what the format should be.
Not sure if I should use a label and use the OnTimer.
Had inserted day and time using the ribbon command but
the way I want it display with the full month and day spacing
wouldn't look right.

Any help will be appreciated.
James

Set the format property of the control to:
dddd, mmmm d, yyyy - h:nn AM/PM
 
Nothing is displayed in the text box.
I copied and pasted to the Format Property of the text box.
 
I pasted it into the wrong object. Should have pasted it into
the format of the date I inserted onto the form.
Works Fine now.

James
 
Back
Top