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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Case to change from date format to month 1

Status
Not open for further replies.

choochoowinn2009

Technical User
Feb 24, 2010
34
0
0
US
Hi,

I need to write a formula to change from date format xx/xx/xx to month format such as Jan, Feb, etc...

How would you write that case?

Thanks,
C
 
monthname(month({table.date}),true)

-LB
 
monthname(month({table.date}),true)+" "+totext(year({table.date}),"0000")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top