powerbuilde
Programmer
i had editmask field of type datetime in formatt dd/mm/yyyy
when my app is running in a machine has date format "yyyy/mm/dd" when the user tries to write 31/12/2012 or any similar date -an error message appears -as it must write 2012/12/31
how can i change the format from my app -as did from regoinal setting
I tried to use Registryset("HKEY_CURRENT_USER\Control Panel\International", "sShortDate", RegString!,'dd/MM/yy'
but no chnage occurs thanks
when my app is running in a machine has date format "yyyy/mm/dd" when the user tries to write 31/12/2012 or any similar date -an error message appears -as it must write 2012/12/31
how can i change the format from my app -as did from regoinal setting
I tried to use Registryset("HKEY_CURRENT_USER\Control Panel\International", "sShortDate", RegString!,'dd/MM/yy'
but no chnage occurs thanks