Skip to content

Commit 38d6acd

Browse files
authored
Update Readme.md
1 parent b5068d9 commit 38d6acd

File tree

1 file changed

+2
-2
lines changed
  • Mail Scripts/Convert DateTime to Date

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Use this mail script to extract the date from GlideDateTime objects and use them in your email notification.
1+
Use this mail script to extract the date from GlideDateTime objects and use it in your email notification.
22
example: 2024:10:29 18:18:52 to 2024:10:29
33

44
Use case:
55
Print just the date in email body from the GlideDateTime object.
66

77
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)
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}
99

1010

0 commit comments

Comments
 (0)