\today
in ISO format. I tried the datetime package. Here is a MWE:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[yyyymmdd]{datetime}
\renewcommand{\dateseparator}{--}
\begin{document}
Today is::: \date{\yyyymmdddate\today}
Today is::: {\yyyymmdddate\today}
\end{document}
Code: Select all
\usepackage[yyyymmdd]{datetime} %gives error Unknown option yyyymmdd
Today is::: {\yyyymmdddate\today} % gives error Undefined control sequence
Today is::: \date{\yyyymmdddate\today} %gives error Unknown option yyyymmdd
Many thanks,
partha
PS I tried the package isodat, but I have other problems there. Will post separately