adobe 액션스크립트 AS UTC를 이용한 각 국가별 시간 구하기
================================= ================================= ================================= 출처: http://202psj.tistory.com/743 class 아무이름 { public static const millisecondsPerMinute:int = 1000 * 60; public static const millisecondsPerHour:int = 1000 * 60 * 60; public static const millisecondsPerDay:int = 1000 * 60 * 60 * 24; public static var LANG_KR:String = "LANG_KR"; //한국 public stat..
ADOBE/ ActionScript
2014. 10. 21. 14:22