Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created July 7, 2015 14:07
Show Gist options
  • Select an option

  • Save christopherbauer/8de04a6d4b31a7d5f4c6 to your computer and use it in GitHub Desktop.

Select an option

Save christopherbauer/8de04a6d4b31a7d5f4c6 to your computer and use it in GitHub Desktop.
AS 400 DateTime Masks
private const string As400TimestampMask = "yyyy-MM-dd-HH.mm.ss.sss";
private const string As400TimeMask = "hh:mm:ss";
private const string As400DateMask = "yyyy-MM-dd";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment