Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created June 15, 2012 00:38
Show Gist options
  • Save rjattrill/2933918 to your computer and use it in GitHub Desktop.
Save rjattrill/2933918 to your computer and use it in GitHub Desktop.
DateTime String in Format Suitable for MSSQL
use DateTime;
my $dts = DateTime->now->strftime('%F %T');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment