1. To use these, copy and paste into the command section.
  2.  
  3. Date: date +%A
  4.  
  5. Month: date +%B
  6.  
  7. Day: date +%d
  8.  
  9. Time with seconds (synced to your system clock): date +"%l:%M:%S"
  10.  
  11. Am/pm (for use with the time above) : date "+%p"
  12.  
  13. Alternative time (like the one in my screenshot) : TZ=EST date +"%l:%M %p" (just change EST to whatever timezone you're currently in.