\date problem in current beta
Hi, this used to work in beta 2011.04.03 22:32 but now it doesn't anymore: \starttext \date\par \date[][year,--,mm,--,dd]\par \date[][year,{--},mm,--,dd] \stoptext Florian
Am 12.04.2011 um 08:54 schrieb Florian Wobbe:
Hi,
this used to work in beta 2011.04.03 22:32 but now it doesn't anymore:
\starttext \date\par \date[][year,--,mm,--,dd]\par \date[][year,{--},mm,--,dd] \stoptext
core-con.mkiv \def\dodate[#1][#2]% {\begingroup \iffirstargument \getparameters[\??da][d=\normalday,m=\normalmonth,y=\normalyear,#1]% \normalday \@@dad\relax \normalmonth\@@dam\relax \normalyear \@@day\relax \fi - \docurrentdate{#2}% + \docurrentdate[#2]% \endgroup} Wolfgang
core-con.mkiv
\def\dodate[#1][#2]% {\begingroup \iffirstargument \getparameters[\??da][d=\normalday,m=\normalmonth,y=\normalyear,#1]% \normalday \@@dad\relax \normalmonth\@@dam\relax \normalyear \@@day\relax \fi - \docurrentdate{#2}% + \docurrentdate[#2]% \endgroup}
Thanks! Florian
participants (2)
-
Florian Wobbe
-
Wolfgang Schuster