Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change month, year into date
Message
From
13/07/2009 09:36:39
 
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:
01411898
Views:
25
i am trying to change with these codes, but month is also replacing with 01/01/01.........all year is changing correct.
lcMonthList = "JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOW DEC"
*lcMonth = "JAN"
*lnYear = 2009

SELECT registration
GO top
scan
lcMonth =s_month
lnYear = year
newdate= DATE(lnYear, INT(AT(lcMonth, lcMonthList) / 4) + 1,1)
replace sdate WITH newdate
endscan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform