Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just get the month from Date()

Status
Not open for further replies.

ptuck

MIS
Aug 8, 2003
130
US
What is the best way to just pull the Month and populate a text field?
 
I need the actual name not the number. Is this possible?
 
Even simpler, but you should read carefuly that link.
Code:
MonthName(Month(dateObject)) - full month name
MonthName(Month(dateObject),true) - abreviated

________
George, M
Searches(faq333-4906),Carts(faq333-4911)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top