We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5068d9 commit 38d6acdCopy full SHA for 38d6acd
Mail Scripts/Convert DateTime to Date/Readme.md
@@ -1,10 +1,10 @@
1
-Use this mail script to extract the date from GlideDateTime objects and use them in your email notification.
+Use this mail script to extract the date from GlideDateTime objects and use it in your email notification.
2
example: 2024:10:29 18:18:52 to 2024:10:29
3
4
Use case:
5
Print just the date in email body from the GlideDateTime object.
6
7
Solution:
8
-Create a mail script as shown in script.js and then call this mail script in email body using ${mail_script: your mail script name)
+Create a mail script as shown in script.js and then call this mail script in email body using ${mail_script: your mail script name}
9
10
0 commit comments