Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I change month, year into date
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01411881
Message ID:
01411898
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform