मॉड्यूल:ConvertTime/doc
दिखावट
यह मॉड्यूल:ConvertTime हेतु प्रलेख पृष्ठ है
Purpose
[सम्पादित करें]{{#time}} parsor function not work any more at calculation of date and month.(Bug 19412) this is the bug already documented.
Example of issue:
{{#time:F Y|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}giver a error message: त्रुटि: अमान्य समय।
{{#time:Y|{{CURRENTYEAR}}-60}}giver a error message:: त्रुटि: अमान्य समय।
Application Example
[सम्पादित करें]{{#invoke:ConvertTime|main|<!-- your text here -->}}
- For example,
{{#invoke:ConvertTime|main|१२:३०, २९ अप्रैल २०१५}}produces "12:30, 29 April 2015"
Example:
{{#time:F Y|{{#invoke:ConvertTime|main|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}}}result:जुलाई २०२६
{{#time: Y|{{#invoke:ConvertTime|main|{{CURRENTYEAR}}}}-60}}result:त्रुटि: अमान्य समय।