osem-fcy/vendor/assets/javascripts/momentjs/src/lib/moment/now.js
Henne Vogelsang b6560dbb34 Get off off rails-assets
Just moving the things we currently use (and should drop in the ASAP) to vendor/assets
2024-03-05 16:01:07 +01:00

3 lines
82 B
JavaScript

export var now = function () {
return Date.now ? Date.now() : +new Date();
};