Skip to content

Instantly share code, notes, and snippets.

View DevidCIC's full-sized avatar
🎯
Focusing

Devid DevidCIC

🎯
Focusing
  • CIC Software GmbH
  • Germany
View GitHub Profile
@marlun78
marlun78 / format-date.js
Last active March 3, 2023 08:09
A JavaScript date format inspired by the .NET framework
/**
* Date Format
* Copyright (c) 2011, marlun78
* MIT License, https://gist.github.com/marlun78/bd0800cf5e8053ba9f83
*
* Format options inspired by the .NET framework's format.
* http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
*
* Non-formatting characters within the format string must be
* quoted (single (') or double (") quotes)! The same is true