I have a simple doubt about date functions
With twice function bellow, I get the date in format "dd/mm/yy"
- Code: Select all Expand view
? fileDate( "C:\apps\myApp.exe" )
? date()
and my configurations is here:
SET DATE BRITISH
SET CENTURY ON
SET( _SET_EPOCH, 1950 )
How I can get the date in this format "dd/mm/yyyy"??