Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change month, year into date
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01411881
Message ID:
01411886
Views:
75
This message has been marked as the solution to the initial question of the thread.
lcMonthList = "JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOW DEC"
lcMonth = "JAN"
lnYear = 2009
? DATE(lnYear, INT(AT(lcMonth, lcMonthList) / 4) + 1,1)
>I have two filed smonth and year
>
>month name is given first three characters. Jan,feb
>
>and year is 2008,2009,
>Now i want this in one filed like date.
>
>D M Y: 01-01-2008, 01,02,2009
>How it will be done.
>thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform