Combined display of all available logs of Catglobe Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:37, 3 April 2025 Nguyenduyan talk contribs created page DateTime fromJson (Created page with "== DateTime_fromJson== Convert DateTime string Json to DateTime_class ==Syntax== DateTime_fromJson(string DateTime) == Arguments == DateTime is in string format yyyy-MM-ddThh:mm:ss.msZ == Return type == DateTime_class == Examples == <source lang="javascript"> string dtJson = "2024-12-30T08:22:23.9900000Z"; DateTime dateTime = DateTime_fromJson(dtJson);//2024-12-30 08:22:23 </source> Category:General_Functions")