Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. % Preamble
  2. documentclass[11pt]{article}
  3.  
  4. % Packages
  5. usepackage[showdow,en-GB]{datetime2}
  6.  
  7. % Document
  8. begin{document}
  9. % Turn off showdow
  10. DTMlangsetup{ord=raise,showyear=true,showdow=false}
  11. % Format a date
  12. DTMdate{2019-01-01}
  13.  
  14. % Turn showdow back on
  15. DTMlangsetup{ord=raise,showyear=true,showdow=true}
  16. % Format the same date
  17. DTMdate{2019-01-01}
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement