Under New Management
0 Members and 1 Guest are viewing this topic.
declare import, GetLocalTime(DateConstruct x)string d$,dd$,mm$ TYPE DateConstruct word wYear word wMonth word wDayOfWeek word wDay word wHour word wMinute word wSecond word wMillisecondsEND TYPE DateConstruct dtGetLocalTime(dt) dd$ = ltrim$(str$(dt.wDay)): IF LEN(dd$) = 1 Then dd$ = "0"+dd$ mm$ = ltrim$(str$(dt.wMonth)): IF LEN(mm$) = 1 Then mm$ = "0"+mm$ d$ = mm$+dd$+ltrim$(str$(dt.wYear)) PRINT d$ PRINTPRINT "Press any key to continue"waitconEND
PRINT DATE$("MMddyyyy") PRINTPRINT "Press any key to continue"waitconEND
did you miss the part about me trying for weeks to get registered/access to that Forum. And begging for your help ?
To link to us use this code/button on your site