Date Format

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

Guest

Is there a way to remove the seconds from a "general date format" in a text
box???..
 
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????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top