예제 #1
0
        public static string GetTodayWithDateFormat(string format)
        {
            var selfObject = new TimeFormatter();

            return(selfObject._getDateWithDateFormat(format));
        }
예제 #2
0
        public static string GetTodayYear()
        {
            var selfObject = new TimeFormatter();

            return(selfObject._getDateWithDateFormat("yyyy"));
        }