Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying dates within a grid
Message
From
01/04/2002 03:30:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
31/03/2002 20:14:59
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00639315
Message ID:
00639351
Views:
26
>Hi All:
>
>I have a grid that displays the contents of a cursor, of which one field is a date field. The current display of the date in the grid is:
>
>
03/15/20
>
>What I would like to display in the grid though is:
>
>
March 15, 2002
>
>trans(date(),'@YL') gives me the name of the date in addition to my desired outcome, but I rather not display the name of the day.
>
>Is this possible? TIA.
>
>- Ravi

stuff(trans(date(),'@YL'),1,len(cdow(date()))+2,'')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform