in reply to Re^2: Error passing string date from Perl to MSSQL
in thread Error passing string date from Perl to MSSQL

You can use Date::Manip to parse the date, and use the UnixDate function to format it.
  • Comment on Re^3: Error passing string date from Perl to MSSQL