This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Miyamoto-san https://github.com/masuidrive/miyamoto/ */ | |
/* (c) masuidrive 2014- License: MIT */ | |
/* ------------------- */ | |
// 日付関係の関数 | |
// DateUtils = loadDateUtils(); | |
loadDateUtils = function () { | |
var DateUtils = {}; | |
// 今を返す |