Hi guys,
How to obtain a windows region date format?
TIA
#ifndef HKEY_CURRENT_USER
#define HKEY_CURRENT_USER 0x80000001
#endif
function test()
local oReg
oReg := TReg32():New( HKEY_CURRENT_USER, "Control Panel\International", .f. )
? oReg:Get( "sShortDate" )
? oReg:Get( "sLongDate" )
oReg:Close()
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 112 guests