date format

This commit is contained in:
Dr Masroor Ehsan 2025-02-06 12:51:44 +06:00
parent d655a8ed4c
commit 237cedf94c

View File

@ -6,7 +6,7 @@
* set, the DICOM tags will be displayed as such. "DD" will be * set, the DICOM tags will be displayed as such. "DD" will be
* replaced by the day, "MM" by the month, and "YYYY" by the year. * replaced by the day, "MM" by the month, and "YYYY" by the year.
**/ **/
// "DateFormat" : "DD/MM/YYYY", "DateFormat" : "DD/MM/YYYY",
/** /**
* Defines how times are displayed in the UI. If this option is not * Defines how times are displayed in the UI. If this option is not
@ -14,7 +14,7 @@
* replaced by the hour, "mm" by the minutes, "ss" by the seconds * replaced by the hour, "mm" by the minutes, "ss" by the seconds
* and ".f" by the fractions of seconds. * and ".f" by the fractions of seconds.
**/ **/
// "TimeFormat" : "hh:mm:ss.f", "TimeFormat" : "hh:mm:ss",
/** /**