Date Format

  • Thread starter Thread starter Guest
  • Start date Start date
Dan @BCBS said:
Is there a way to remove the seconds from a "general date format" in a text
box???..


Set the text box's Format property to whatever you need,
maybe this is what you're looking for:
mm/dd/yyyy hh:nn

See Help on the Format property for details.
 
Text Box Format Property has a drop down of specific choices.
When I pick "General Date" for the format it has seconds..

Is there a way to override this formatting????

Thanks
Dan
 
Got it, thanks




Dan @BCBS said:
Text Box Format Property has a drop down of specific choices.
When I pick "General Date" for the format it has seconds..

Is there a way to override this formatting????

Thanks
Dan
 
Sure you can "override" the items in the list. Just type
any legal combination of format codes instead of selecting
one from the list.
 
Never knew that, thanks it's working fine...

Marshall Barton said:
Sure you can "override" the items in the list. Just type
any legal combination of format codes instead of selecting
one from the list.
--
Marsh
MVP [MS Access]


Dan @BCBS said:
Text Box Format Property has a drop down of specific choices.
When I pick "General Date" for the format it has seconds..

Is there a way to override this formatting????
 
Back
Top