सामग्री पर जाएँ

मॉड्यूल:ConvertTime/doc

विकिस्रोत से

यह मॉड्यूल:ConvertTime हेतु प्रलेख पृष्ठ है

{{#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:त्रुटि: अमान्य समय।