|
Arun Murthy -
(09/07/2016 04:50:17)
Insert datetime into MSSQL
Hi,
I want to add date and time to the column type datetime in MSSQL. But it only add the date, not the time
FreeTextDateTime value format is "dd/MM/yyyy HH:mm"
// Convert date format from dd/MM/yyyy into MM/dd/yyyy;
Datetime:= ""&GetDateTimeFormat("MM/dd/yyyy HH:mm","en-GB",FreeTextDateTime,"en-GB");
Kind Regards
|