Difference between revisions of "Template:PrettyDate"

From DAS Wiki
 
Line 6: Line 6:
 
         |{{#time:Y|{{{value}}}}} <!-- 4 digits long must mean year only -->
 
         |{{#time:Y|{{{value}}}}} <!-- 4 digits long must mean year only -->
 
         |{{#ifeq:{{{precision}}}|2
 
         |{{#ifeq:{{{precision}}}|2
                 |{{#time:F Y|{{{value}}}}}  <!--precision of 2 means Month and Year -->
+
                 |2 <!--{{#time:F Y|{{{value}}}}}  precision of 2 means Month and Year -->
 
                     |{{#time:F j, Y|{{{value}}}}}  <!-- else full date -->
 
                     |{{#time:F j, Y|{{{value}}}}}  <!-- else full date -->
 
           }}<!--end of ifeq-->
 
           }}<!--end of ifeq-->
 
}}<!--end of ifeq-->
 
}}<!--end of ifeq-->
 
</includeonly>
 
</includeonly>

Latest revision as of 15:50, May 13, 2021

This is the PrettyDate template. It converts various date records from a 2021-2-1 format to a February 1, 2021 format.