Advertisement
Rich4rd

Date in text Multi-language

Mar 15th, 2021
1,722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;Date in text Multi-language
  2. :*:d;::
  3. Time := A_Now
  4. FormatTime,USA,%time% L1033,  in MMMM of yyyy
  5. SendInput, %USA% {Enter}
  6. return
  7.  
  8. :*:שְ::
  9. Time := A_Now
  10. FormatTime,Israel,%time% L1037,  yyyy MMMM
  11. SendInput, %Israel% {Enter}
  12. return
  13.  
  14. :*:ελ·::
  15. Time := A_Now
  16. FormatTime,Greece,%time% L1032,  MMMM yyyy
  17. SendInput, %Greece% {Enter}
  18. return
  19.  
  20. :*;::
  21. Time := A_Now
  22. FormatTime,Armenia,%time% L1067,  yyyy թվականի MMMMին
  23. SendInput, %Armenia% {Enter}
  24. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement