2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-08 19:43:18 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
mt3571
8aeca3e022 Merge e0b9b3086d into bcf62ec73d 2025-02-16 01:48:04 +00:00
a3957273
e0b9b3086d Merge branch 'master' into 1121-parse-datetime 2024-06-12 00:20:35 +01:00
mt3571
2b81c7927f Added in a new custom option for the DateTime format to allow the user to input their own format 2020-11-30 13:27:32 +00:00

View File

@@ -15,6 +15,10 @@ export const UNITS = ["Seconds (s)", "Milliseconds (ms)", "Microseconds (μs)",
* DateTime formats.
*/
export const DATETIME_FORMATS = [
{
name: "Custom",
value: ""
},
{
name: "Standard date and time",
value: "DD/MM/YYYY HH:mm:ss"