Skip to content

Instantly share code, notes, and snippets.

View kokiddp's full-sized avatar

Gabriele Coquillard kokiddp

View GitHub Profile
@kubiqsk
kubiqsk / date.format.js
Created July 25, 2022 07:20
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