Today in this
post, we will know Months of the year in Dimasa language and are going to
give complete information about what the months are called in Dimasa.
In the Dimasa
language, the word month is called Badain. Let us learn the Dimasa months name
with their number of days in different months. Do you know how many months are
in 1 year? Let us tell you, there is a total of 12 months in a year and all these months have different
names. The table below shows the months of the year used in English-Dimasa and
many other parts of the world.
table {
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
th, td {
text-align: left;
padding: 16px;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
The names of months in Dimasa:
| Month Name in English | Month Name in Dimasa | No. of days |
|---|---|---|
| January | Magh | 31 | Fabruary | Phagun | 28 |
| March | Jetri | 31 |
| April | Baisagi | 30 |
| May | Jeti | 31 |
| June | Asari | 30 | July | Srao | 31 |
| August | Badao | 31 | September | Asin | 30 |
| October | Gadhi | 31 | November | Aagun | 30 |
| December | Phush | 31 |
function sortTable() {
var table, rows, switching, i, x, y, shouldSwitch;
table = document.getElementById(“myTable”);
switching = true;
/*Make a loop that will continue until
no switching has been done:*/
while (switching) {
//start by saying: no switching is done:
switching = false;
rows = table.rows;
/*Loop through all table rows (except the
first, which contains table headers):*/
for (i = 1; i y.innerHTML.toLowerCase()) {
//if so, mark as a switch and break the loop:
shouldSwitch = true;
break;
}
}
if (shouldSwitch) {
/*If a switch has been marked, make the switch
and mark that a switch has been done:*/
rows[i].parentNode.insertBefore(rows[i + 1], rows[i]);
switching = true;
}
}
}
If you liked this post of ours, then definitely share it so that people can also get inspired.

