Skip to content

Instantly share code, notes, and snippets.

View florianziegler's full-sized avatar
💭
👨‍💻

Florian Ziegler florianziegler

💭
👨‍💻
View GitHub Profile
@florianziegler
florianziegler / date.format.js
Last active August 13, 2024 13:26 — forked from kubiqsk/date.format.js
PHP date() formatting in JavaScript
/*
# this will create new .format() function for Date object
# there is auto localization from Intl, but you can also set language as a 2nd argument
# all possible values were tested and compared on Apache server with PHP 8 date() function
# you can find minified version in the first comment
# examples:
new Date().format('d.m.Y H:i:s') // 25.07.2022 09:11