This template shows the date of establishment of an institution, company etc. and its age in years.

This template should not be used for the date of birth or death of people, use {{birth date and age}} or {{death date and age}} instead.

The template requires "YYYY|MM|DD" parameters. Do not use for "YYYY" nor "YYYY|MM" dates.

Usage সম্পাদনা কৰক

{{Start date and years ago|YYYY|MM|DD}} will give Month D, YYYY (XX years ago)

Examples সম্পাদনা কৰক

Using the default American date format সম্পাদনা কৰক

Examples
Syntax Display
{{Start date and years ago|2009|4|11}} এপ্ৰিল ১১, ২০০৯ (2009-04-11) (১৫ বছৰ পূৰ্বে)
{{Start date and years ago|2007|4|11}} এপ্ৰিল ১১, ২০০৭ (2007-04-11) (১৭ বছৰ পূৰ্বে)
{{Start date and years ago|1812|10|21}} অক্টোবৰ ২১, ১৮১২ (1812-10-21) (২১১ বছৰ পূৰ্বে)
{{Start date and years ago|1812|10|1}} অক্টোবৰ ১, ১৮১২ (1812-10-01) (২১১ বছৰ পূৰ্বে)

Month First (mf) and Day First (df) options সম্পাদনা কৰক

The df (day first) and mf (month first) parameters indicate the intended date format to display. The appropriate parameter should be set to "y" or "yes" e.g. df=yes or mf=y.

The default output of this template is to display the month before the day (American format). This default may not be appropriate articles about people from parts of the world where the day precedes the month in a date (British/International format). In such articles the parameter, "df", should be set to display the day before the month.

The parameter "mf", while not actually used by the template, will indicate that month first format is intended. Using these parameters can assist bots or other automated processing to detect which date format is intended; leaving the format as default may lead an editor or bot to change the format to an unintended value.

Do not specify both "df" and "mf" parameters in the same use of the template, as these formats are mutually exclusive.

Examples
Syntax Display
{{Start date and years ago|1993|2|24|df=yes}} ২৪ ফেব্ৰুৱাৰী ১৯৯৩ (1993-02-24) (৩১ বছৰ পূৰ্বে)
{{Start date and years ago|1993|2|24|df=y}} ২৪ ফেব্ৰুৱাৰী ১৯৯৩ (1993-02-24) (৩১ বছৰ পূৰ্বে)
{{Start date and years ago|1993|2|24|mf=yes}} ফেব্ৰুৱাৰী ২৪, ১৯৯৩ (1993-02-24) (৩১ বছৰ পূৰ্বে)
{{Start date and years ago|1993|2|24|mf=y}} ফেব্ৰুৱাৰী ২৪, ১৯৯৩ (1993-02-24) (৩১ বছৰ পূৰ্বে)

Hard return সম্পাদনা কৰক

When you want the "(# years ago)" to start at the next line rather than letting it soft-return, use the "br=1" parameter to hard-return it.

Example
Syntax Display
{{Start date and years ago|1993|2|24|br=1}} ফেব্ৰুৱাৰী ২৪, ১৯৯৩ (1993-02-24)
(৩১ বছৰ পূৰ্বে)

Use in microformats সম্পাদনা কৰক

সাঁচ:UF-date-part

See the microformats project for further details.