mirror of
https://github.com/gchq/CyberChef
synced 2025-12-19 09:43:44 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -22,6 +22,7 @@ class TranslateDateTimeFormat extends Operation {
|
||||
this.name = "Translate DateTime Format";
|
||||
this.module = "Default";
|
||||
this.description = "Parses a datetime string in one format and re-writes it in another.<br><br>Run with no input to see the relevant format string examples.";
|
||||
this.infoURL = "https://momentjs.com/docs/#/parsing/string-format/";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user