Pages

ខ្មែរមេឌៀរ

Saturday, July 14, 2012

Khmer New Year


This writing would not be sufficient without a discussion of the Khmer New Year since New Year is related to historical aspect of Khmer culture and its calendar system. Khmer New Year is the largest and most festive celebration in Cambodia.

Background

Before the end of the Angkor era, Khmer celebrated New Year according to the lunisolar calendar. According to Zhou Daguan, the Chinese traveler to Cambodia in the 13th century, Khmer New Year occurred on the tenth month on the Chinese calendar. [SIN03] By running a calculation on Khmer calendar for 1295 AD, the year that Zhou Daguan recorded the event, the tenth month on the Chinese calendar is the first month on Khmer calendar. The first month of the Khmer calendar is Mekasay (មិគសិរ) which falls around January or December in the Gregorian calendar. This is the New Year date which is not widely celebrated today.
After the Angkorian period, Cambodians make use of both lunisolar and solar calendar. With the adoption of the new calendar system, Khmer changed its celebration as well. Many suggest that the decision to change the New Year date to April is due to civil reasons. In April, the farmers are done from their farming tasks and thus have time to rest and celebrate the New Year.
The New Year date was determined based on a type of solar calendar. [KHM97] If the New Year date is calculated using the Ayun Songkran, a calculation based on the lunar calendar, it is not consistent with the lunisolar calendar, but it is said that it should fall between the fourth day of the fifth and sixth month (4 Keit of Chaet and 4 Keit of Vesak).[KHM97] For New Year calculation using the Samagn Songkran--a calculation based on solar calendar, the date typically falls on April 13 or 14 on the Gregorian calendar in recent years. This is the widely celebrated and official New Year for Cambodians today.
Usually in ancient times, the celebration would last for a month; half of a month is celebrated before the New Year date and the other half after the New Year date. [SIN03] Today the celebration lasts about the duration of the New Year, which is 3 to 4 days.

The Calendar Aspect

According to the article from Sinhour Torn [SIN03], Cambodians celebrate two different New Years. The first New Year that is not widely celebrated is on the first day of Chaet (១កើត ខែ ចេត្រ) of the Khmer lunisolar calendar. On that day, the animal year is changed to a new animal.
On the second New Year which is one of the biggest celebrations for Cambodians, it typically starts either on April 13 or April 14 of the Gregorian calendar. It lasts for three to four days depending on the year. The first day is called Songkran. The second is called Vonabot. The third day of the four-day New Year is also called Vonabot. The last day is called Laeung Sak. Laeung Sak day is the day to increment Sak.
There are different opinions on exactly when to increment the Buddhist era. Some people choose to increment the Buddhist era in January for convenience, some do it in at the start of the New Year (April 13 or 14), and others suggest doing it on Visak Bojea day. An article from the University of Phnom Penh suggests that the Buddhist era is incremented on Learng Sak day, the last day of the New Year.

April New Year

In order to explain why the New Year date is in April, we need to understand the solar calendar that was used in that period. A year is divided into 12 Reaseys. Reaseys are the divisions of the path of the Earth around the sun. These Reaseys are Makara Reasey, Khumpheak Reasey, and end with Tnou Reasey. See appendix for a complete list of Reaseys.
These Reaseys correspond to star constellations. Within the twelve Reaseys there is a star called Songkran or Chaitra. This star is selected as a dividing point to end the current year and start a new year. The star divides the Mena and Mesa Reasey. [KHM97] The Earth aligns with the star and the sun in a straight line on April 13 or 14 on the Gregorian calendar in recent years. This marks the day of the New Year.
As soon as the Earth enters Mesa Reasey, it is the first day of New Year called Songkran day. The calendar calculation from Mr. Roath Kim Seang shows how Loeung Sak date is calculated. Then we can calculate the time and day of week of the the Songkran. Using the same algorithm, we determine the length of Vonobot to know when the sonkran date took place.
Similarly, Laeoung Sak time is the date and time calculated by Horas to determine the ending of the celebration, thus determining if the celebration is 3 or 4 days long.

Songkran Date (ថ្ងៃ​សង្រ្កាន្ដ) Calculation

Songkran date calculation is based on Leungsak day (ថ្ងៃ​ឡើងស័ក). Vonobot (វនប័ត) calculation determine if Vonobot day is the typically one day or the rare case of two days. Thus making Khmer New Year 3 days or 4 days (Vonobot has 2 days). From the Leungsak day, you subtract the Vonobot day(s) to find Songkran date. The Leungsak date used the calculation shown earlier in the Chhankitek calculation with additional conditions as follow.

Leungsak Day of the Week

Day of the week of Songkran Day called Pea (ពារ​ឡើងស័ក). It is calculated using the value from Ahkakun calculation.
 $ahk = get_akhakun($be_year);
 $pea = $ahk % 7;
Result of 0-6 is the day of the week where 0:Sat, 1:Sun, 2:Mon, .. 6:Fri.

Leungsak Date

Songkran date calculation use the value from Botethei calculation as follow:
$CHAET = 5;
$PISAK = 6;
$bot = get_botethei($be_year);
if ($bot >=6) {
   $month = $CHAET;
   # check for previous year for (type 3)
   $botleap = get_botethei_leap($ad_year - 1);
   if ($botleap == 3) { // uon case
     $bot++;
   }
} else {
   $month = $PISAK;
   $bot++;
}
return array($bot, $month);
The result is the date $bot and the month $month.

Songkran Calculation

The Songkran calculation has 3 sections (មធ្យម​ព្រះអាទិត្យ, ផល​លម្អិត, and សំផុត​ព្រះអាទិត្យ).

Matyum (មធ្យម​ព្រះអាទិត្យ)

Matym calculation is based on Kromtopul value and Sotin with posible value of 363, 364, 365, and 366. Kromtopul is calculate as follow:
function get_kromtupol($js_year) {
 $t = $js_year * 292207 + 373;
 $ahk = floor($t / 800) + 1;
 $mod = $t % 800;
 $krom = 800 - $mod;
 return $krom;
}
 
With Kromtupol of a specific Jolsakarach (ចុលសករាជ្យ), the Maytum is calculated based on 4 values of Sotin. This calculation will result in Rasey (រាសី), Angsa (អ័ង្សា), and Liba (លិប្តា) as follow:
function matyom($krom, $sotin) {
 $d1 = ($sotin * 800) + $krom ;
 $rasey = floor($d1 /24350);
 $mod1 = $d1 % 24350;
 $angsa = floor($mod1 / 811);
 $mod2 = $mod1 % 811;
 $liba = floor($mod2/14) - 3;
 return array($rasey, $angsa, $liba);
}

PhalLumet (ផល​លម្អិត)

This calcuation determines the angsa and liba for sotin 363.
function phalLumet($mat) {
  $rdif = $mat[0] - 2; # always 9 since mat[0] is 11
  $adif = $mat[1] - 20;
  $ken = array($rdif, $adif, $mat[2]);
  $kenr=$rdif;
   switch($kenr) {
   case 0:
   case 1:
   case 2:
     $phal = array($kenr,0,0);
   break;
   case 3:
   case 4:
   case 5:
     $adijak2 = array(5,29,60);
     $phal = subtractR($adijak2,$ken);
   break;
   case 6:
   case 7:
   case 8:
     $six = array(6,0,0);
     $phal = subtractR($ken,$six);
   break;
   case 9:
   case 10:
   case 11:
     $tvea2 = array(11, 29 ,60);
     $phal = subtractR($tvea2,$ken);
     $phal = reduceR($phal);
     break;
   }
   $kon = ($phal[0]*2)+1;
   $chaya = 129;
   $t = (($phal[1]-15)*60+30)*$kon;
   $lup = floor($t / 900);
   $t3 = $lup + $chaya;
   $angsa = floor($t3/60);
   $liba = $t3 % 60;
   $phal = array(0, $angsa, $liba);
   return $phal;
}

Somphot (សំផុត​ព្រះអាទិត្យ)

This tells about the Songkran date inf the form of Rasey, Angsa, and Liba with possible value of (0, 0, 0-59) respectively.

function somphotSun($mat,$phal) {
   # mat + phal
   $sompot = addR($mat, $phal);
   $sompot = reduceR($sompot);
   return $sompot;
}

Based on the Somphot value for each Sotin (363, 364, 365, 366), we can determine if Vonobot has one or two days. Vonobot has two days if there is a duplicate Angsa value in the Somphot values.
# @return 0=no dup, 1=has dup
function isDupAngsa($somphotList) {
 $dup = array(0);
 for($i=0; $i<4; $i++) {
   $val = $somphotList[$i][1];
   $dup[$val]=$dup[$val] + 1;
 }
 foreach($dup as $v) {
   if ($v > 1)
     return 1;
 }
 return 0;
}
Determine if Sotin is 364 as follow:
#   Sompot Sun case 1: r11,h29,l(0-59), r0,h0,l(0-59), r0,h1..., r0,h2,...
#   case 1: new year sompot r0,h0.l(0-59) = sotin 364
function isSotin364($somphotList) { 
  if ($somphotList[0][0]==11 &&  $somphotList[0][1]==29 && 
    $somphotList[1][0]==0  &&  $somphotList[1][1]==0 && 
    $somphotList[2][0]==0  &&  $somphotList[2][1]== 1) {
    return 1;
  }
  return 0;
} 
Get Sotin value:
function getSotin($js_year, $krom) {
   $sotin = 363;
   $ad = getAD($js_year);
   $loop = 4;
   $somphotlist[0] = array(0,0,0);
   $old_sotin = $sotin;
   for($i=0; $i<$loop; $i++) {
     $sotin = $old_sotin + $i;
     $mat = matyom($krom,$sotin);
     $phal = phalLumet($mat);
     $somphot = somphotSun($mat,$phal);
     $somphotlist[$i] = $somphot;
   }

   $dupAngsa = isDupAngsa($somphotlist);
   $sotin = 363;
   $sotin364 = isSotin364($somphotlist);
   if ($sotin364==1) {
     $sotin = 364;
   }
   return array($sotin, $dupAngsa);
}
To put together, we have the full Songkran function as follow:
# return array of Songkran time and Vonobot value (1 or 2)
function get_songkran($ad_year) {
 $jsyear = convertADtoJS($ad_year);
 $krom = get_kromtupol($jsyear-1);
 $ad = getAD($jsyear);
 $sotinR = getSotin($jsyear, $krom);
 $sotin = $sotinR[0];
   $vonobot = 1;
   if($sotinR[1]==1) {
     $vonobot = 2;
     # vonobot has 2 days
   }
 #matyom Sun
 $mat = matyom($krom,$sotin);

 $phal = phalLumet($mat);
 $somphot = somphotSun($mat,$phal);
 $liba = $somphot[2];
 $time = songkranTime($liba);
 $songkran = array();
 $songkran[0] = $vonobot;
 $songkran[1] = $time;
 return $songkran;
}

Songkran Time Calculation

Songkran time is based on the result of Liba (លិប្តា).
# ​Use liba from Somphot Sun
# @return array[hour, minute]
function songkranTime($liba) {
  if ($lipta > 59) {
   return "Error: lipta can't be greater than 59.";
  }
  $lup = floor($lipta * 4 / 10);
  $rem = ($lipta * 4) % 10;
  $min = floor($rem * 60 / 10);
  $chour = 23;
  $cmin = 60;
  $min = $cmin - $min;
  $hour = $chour - $lup;
  $time = array($hour, $min);
  return reduceTime($time);
}

Songkran Time and Date Table

The following are list of Songkran time and date with Leoung Sak date.
Year in ADYear in JSSongkran DateSongkran TimeLoeung Sak Date
1990 1352 ៤រោច ខែចេត្រ03:36 ៦រោច ខែចេត្រ
1991 1353 ១កើត ខេពិសាខ09:36 ៣កើត ខែពិសាខ
1992 1354 ១១កើត​ ខែចេត្រ 15:12 ១៣កើត​ ខែចេត្រ
1993 1355 ៨រោច ខែចេត្រ22:00 ១០រោច ខែចេត្រ
1994 1356 ៤កើត​ ខែចេត្រ04:24 ៦កើត​ ខែចេត្រ
1995 1357 ១៤កើត​ ខែចេត្រ10:24 ១រោច ខែចេត្រ
1996 1358 ១០រោច ខែចេត 16:00 ១២រោច ខែចេត
1997 1359 ៦កើត​ ខែចេត្រ22:48 ៩កើត​ ខែចេត្រ
1998 1360 ៣រោច ខែចេត05:12 ៥រោច ខែចេត
1999 1361 ១៤រោច ខែចេត្រ11:12 ២កើត ខែពិសាខ
2000 1362១០រោច ខែចេត16:48១២រោច ខែចេត
2001 1363 ៥រោច ខែចេត្រ23:36 ៨រោច ខែចេត្រ
2002 1364 ៣កើត ខែពិសាខ06:00 ៥កើត ខែពិសាខ
2003 1365 ១៣កើត​ ខែចេត្រ12:00 ១៥កើត​ ខែចេត្រ
2004 1366 ៩រោច ខែចេត្រ17:36 ១១រោច ខែចេត្រ
2005 1367 ៦កើត​ ខែចេត្រ00:48 ៨កើត​ ខែចេត្រ
2006 1368 ១រោច ខែចេត្រ06:48 ៣រោច ខែចេត្រ
2007 1369 ១២រោច ខែចេត្រ12:48 ១៤រោច ខែចេត្រ
2008 1370៨កើត​ ខែចេត្រ18:24 ១០កើត​ ខែចេត្រ
2009 1371 ៥រោច ខែចេត្រ01:36 ៧រោច ខែចេត្រ
2010 1372 ១កើត ខែពិសាខ07:36៣កើត ខែពិសាខ
2011 1373 ១១កើត​ ខែចេត្រ13:36 ១៣កើត​ ខែចេត្រ
2012 1374 ៧រោច ខែចេត្រ19:12 ៩រោច ខែចេត្រ
2013 1375 ៤កើត​ ខែចេត្រ02:24 ៦កើត​ ខែចេត្រ
2014 1376 ១៥កើត​ ខែចេត្រ08:24 ២រោច ខែចេត្រ
2015 1377 ១១រោច ខែចេត្រ14:24 ១៣រោច ខែចេត្រ
2016 1378 ៨កើត​ ខែចេត្រ20:00 ១០កើត​ ខែចេត្រ
2017 1379 ៣រោច ខែចេត្រ03:12 ៥រោច ខែចេត្រ
2018 1380 ១៤រោច ខែចេត្រ09:12 ២កើត ខែពិសាខ
2019 1381 ១០កើត​ ខែចេត្រ15:12 ១២កើត​ ខែចេត្រ
2020 1382 ៧រោច ខែចេត្រ20:48 ៩រោច ខែចេត្រ

Khmer Chhankitek Calendar


Khmer Chhankitek Calendar

Khmer traditional calendar, known as Chhankitek, is a lunisolar calendar although the word Chhankitek itself means lunar calendar. While the calendar is based on the movement of the moon, calendar dates are also synchronized with the solar year to keep the seasons from drifting. Since the number of days in a lunar year is shorter than the solar year, the synchronization is accomplished by adding an additional month or day to a particular year.

Year

Cambodians commonly identify a year by using a system of 12 animals in conjunction with a ten-numeric cycle system. Years may also be identified using several different era. Since the majority of the Cambodians are Buddhist, Buddhist Era was widely used. Buddhist Era (BE) began when Buddha passed away at the age of 80 (544 BC). Cambodians also use Jolak Sakaraj which is an era that began at 1183 BE and Moha Sakaraj, an era that began at 78 AD. [KHH67]

Animal Year

The twelve animals that identify the Cambodian year are: rat, ox, tiger, rabbit, dragon, snake, horse, goat, monkey, rooster, dog and pig. These animals are named in Khmer as Jute, Chlov, Karl, Thos, Rorng, Masagn, Momee, Momay, Voke, Roka, Jor, and Koar respectively. Names in Khmer are not translation words for each of the animals but are special names created for each year. Cambodians believe that each animal possess specific and unique qualities; people born to a particular animal year share explicit qualities associated with that animal. These qualities determine a person's characteristics including personality, fame and fortune. The table below shows the 12 animals and examples of AD years that the animal represents.

Ten-year cycle system (Sak)

Sak in Khmer means era or counting the sequence of year which refers to a numbering scheme from one to ten used to identify a particular year. It starts with a key word Aek, Tou, Trey, Jaktva, Pagnjak, Chor, Sabpak, Ardak, Noppak, and Somrithik which means one to ten respectively. Then the word "sak" is added to the end of each word. So Aeksak means the first year and Tousak means the second year and so on until Somrithiksak which means the tenth year. Cambodians use the Sak system to distinguish the same animal years that are in a different 12-year cycle. As an example, a 20-year old person is born on the same animal year as 32-year old person, but are born on a different sak.
The table below shows the ten-year cycle of Sak and its meanings.
Sak and animal years are cycled (or incremented) simultaneously. The following are some examples of animal years and the corresponding Saks.

By incrementing simultaneously, the Khmer calendrical system identify 60 different years through one complete cycle of Sak and animals (note that this system does not give 120-year distinction since both animals and Sak are incremented simultaneously). Apart from this 60-year cycle, Cambodians also use several counting systems to reckon the year including Put Sakaraj or Buddhist Era (BE), Moha Sakaraj (Saka), Jolak Sakaraj, and Christ Sakaraj (AD). See appendix for more information about these different eras. Also see the appendix for methods for finding Sak or animal year from different eras.

Month

Khmer solar months correspond to the twelve months in Gregorian calendar. Each of the months refers to a particular Reasey that can be translated to a Zodiac sign. For example, the Zodiac sign for the Khmer month of Seiha (August) is Reasey Seihak which is Leo (the lion). A year is divided into 12 Reaseys. Each Reasey has the 30-degree measurement of the path that the Earth travels around the sun. See the appendix for the list of Reaseys.
A lunar year is divided into 12 Reaks, a symbol for lunar months similar to Zodiac representations in solar months. For example, the first month of a lunar year is Mekasay and the Reak for this month is deer. Reaks do not use the degree measurement like Reasey. See the appendix for a complete list of Reaks.
Khmer lunar months start from one new moon to the next. The month begins with Mekasay, which has 29 days then Bos, which has 30 days. The number of days alternate every month. The last month of the year is Kardek, which has 30 days. A normal year is 354 days.
The following is a list of Khmer lunar months and the number of days:
Since a lunar month is about 29.5 days, one lunar year is 354 days, which is shorter than the solar year by 11 days. Adjusting for this discrepancy, an extra month is added every two to three years. An extra day is also added to a particular year to maintain the synchronization.
A leap year can have an extra month or an extra day.
  • A year with an extra day is called Chhantrea Thimeas (ចន្ទ្រាធិមាស) or Adhikavereak (អធិកវារៈ). This year has 355 days.
  • A year with an extra month is called Adhikameas (អធិកមាស). This year has 384 days.
The extra leap-day occurs in the month of Jays (ជេស្ឋ) which has 30 days instead of the normal 29 days.
Unlike the Indian and Chinese calendar where any month can become leap months, Khmer leap month is always in the month of Ashad. Adhikameas has two months of Ashad (អាសាធ). The first month of Ashad is called Badhamasad (បឋមាសាធ) and the second month is called Thutiyasad (ទុតិយាសាធ). In the year of Adhikameas both Badhamasad and Thutiyasad months have 30 days making the number of days in that year totaling 384 days. Only one type of leap year can occur at a time. There is no year with both an extra day and an extra month as in the case for the Chinese calendar.

Day

Khmer lunisolar calendar counts the day by using Keit (កើត) and Roaj (រោច). Keit signifies that the moon is in its waxing phase. Keit is counted from a new moon to a full moon. The number is counted from one to fifteen incrementally. So the new moon is one Keit and the full moon is fifteen Keit. Then it continues with one Roaj. Roaj indicates that the moon is in its waning phase going from full moon to new moon. Depending on the number of days in that month, Roaj can go from one to fourteen for a 29-day month or one to fifteen for a 30-day month.
This counting system occurs consistently throughout each month and differs from the Indian lunisolar calendar where the date or tithi can skip a day depending on the moon phase. In both the Indian and Chinese calendar, the number of days per month varies from year to year.

Appendix


Years

Cambodians use both Sak and animals to reckon the year. Below is a table of animal years and Saks with corresponding years in different eras.

Sak

Calculating Sak from different eras

From Jolak Sakaraj, take a modulus of the year by 10 and the remainder is the Sak. If the remainder is 0, then it implies 10. For example: 2004 AD is 1366 JS. So 1366 mod 10 is 6 which is Chor Sak.
From BE, subtract the year by two then take the modulus of 10. The result is the Sak number just like above. For example in 2004 AD, the BE is 2548. So (2548 - 2) mod 10 is 6 which is Chor Sak.

Finding an animal year from a given era

For BE, the year 1 BE starts as Masagn (year of the snake). To find the animal year, add 5 to BE and take a modulus of 12. The result is the index number of an animal year. For example: For 2004 AD, 2548 BE + 5 is 2553. Then 2553 mod 12 is 9. The ninth animal is Voke (Monkey).
Jolak Sakaraj starts the first year as Koar (year of the pig). To find the animal year, add 11 to the era then take a modulus of 12. The result is the index number of an animal. For example: For 2004 AD, 1366 +11 is 1377. Then 1377 modulus 12 is 9. Voke (Monkey) is the 9th animal.

Animal

Below is a list of common Khmer art that represent the 12 animals.

Months

1.Lunar Month

Khmer lunar months are represented using Reak. According to Horas, Reak is group of star constellations that represent each month. Below is a list of lunar months with corresponding Reaks and the number of days.

2.Solar Month

Khmer solar month corresponds to western zodiac symbols. A year is divided into 12 Reaseys. Reasey is the measurement of the path of the sun and the moon that is divided into 30 degrees each. Below is a list of months and its meaning

Days of the Week

The table below shows the day of the week and its corresponding planets or celestial bodies. Color for Khmer traditional attire for each day of the week is also listed.

Seasons

1.Lunar Season ()

This season is based on the lunisolar calendar. There are only 3 seasons defined per year. [CHH67]

2.Solar Season

There are four seasons based on the solar calendar. [CHH67]

3.Ancient Season ()

The ancient seasons are not used today but it is shown here as a reference. There are 6 ancient seasons. [CHH67]

Traditional Ways of Counting Age

An animal year can be traced from one's age or vice versa. The tradition methods typically uses fingers to count with specific instructions.

1.Find your age from the animal year

This assumes that you have some idea of how old you are in a range of 10 years. Use the table on the right to determine the number to count for a specific age.
  1. Use your multiple of ten of your age to determine the count. Example, for the age around 30, the count is 6.
  2. Start from your birth animal year and count to the successive animal year for the number of time found in step 1. Example, assume I was born on the year of Dog (Jor) and I am around 30. So I would count 6 times as Kaor, Jute, Chlov, Karl, Thos, and Rorng. Notice I didn’t count Jor as 1 but count Kaor instead.
  3. Now use your finger to keep track of the count, and continue until you reach the current year. The final count is added to your multiple of ten number of your age. Example: Continue from step 2, I would count, Masagn as 1, Momee as 2, Momay as 3, Voke as 4, and Roka as 5. If the current year is Roka, then I stop here. There so I am 30 + 5 or 35 years old.
Example for birth year of Jor and assume this year is Roka:

2.Find animal year from your age [C4]


The 12 orange dots are the different positions used in this method. The animal years are positioned for the year of Roka (2005). This varies from year to year. The current animal year starts at "Current Year" arrow (second knuckle of the pointing finger) and counts clockwise to the successive years. The flower star is where you start if the age is at least 10 years old or else start at the blue star marked as 1 going counter clockwise up to 9.
  1. Assume you are older than 9 years old, start counting from the tip of the pointing finger (flower star) clockwise every second position. You count just the multiple of ten such as 10, 20, 30, and 40 until it reaches a multiple of ten of a specific age. As an example, for 35, I would count 10, 20, and then 30.
  2. If the age is a multiple of ten, that was your final position. Else, count from the current position by backward (counter clockwise) one position at a time until it reaches a specific age. So for the 35, from my early position, I count counter clockwise 31, 32, 33, 34, and then 35 arriving at the dot marked "11 Jor".
  3. The last step is to determine what animal belongs to that final position. For 2005, the animals are already marked. For a different ear, start counting the current year animal at the brown arrow *. Count clockwise until it reaches your final position. That is the birth animal year for that age.
* Notes: This method has been modified. The original method is to start positioning the year at the five-star (lowest point of the pointing finger). But this missed by one year; so to make it works I move the start position up to the Current Year arrow.

Religious Events

Here is a list of common Khmer religious day based on [C4]. Many of these are holidays in Cambodia but some are not.
  1. Meak Bochea (មាឃបូជា) : 15 Keit of Meak (Magha). A celebration of the Meak month to remember the monks meeting representing 4 different entities.
  2. New Year (ចូល​ឆ្នាំ​ថ្មី ): This does not base on lunar calendar. Cambodian New Year celebration occurs on April 13 or 14 to April 15 or 16. This occurs no earlier than 4 Keit of Chait and no later than 4 Keit of Visak (Vaisakha). It is one of the biggest holiday celebrations.
  3. Pisak Bochea (ពិសាខបូជា): 15 Keit of Visak/Pisak (Vaisakha). The offering of the month Visak. This is a celebration of the birthday of Lord Buddha.
  4. Jole Preah Vosa (ចូល​ព្រះ​វស្សា): Occurs on 1 Roja of Ashad or 1 Roaj Thutiyasadh for leap-month year. This signifies the entering into the rainy season.
  5. Jegn Preah Vosa (ចេញ​​ព្រះ​វស្សា or ចូល​វស្សា): Occurs on 15 Keit of Asuj. It means the end of the rainy season.
  6. Kann Ben 1st -14th (កាន់​បិណ្ឌ): Occurs on 1 Roaj to 14 Roaj of Phutrobot. This is the commemoration of the spirits of the dead. The commemoration takes place in the temple from day 1 to day1 4. It is also known as Dak Ben.
  7. Pjum Ben (​ភ្ជុំ​បិណ្ឌ): After the day 14 of Kann Ben, on 15 Roaj of Badrapadha, Pjum Ben occurs. It means the combination of all Ben or commemoration of the spirits of the dead.
  8. Kathin (កឋិន): Occurs on the day after Jegn Preah Vosa on 1 Roaj of Asuj. The festival centers on the temple to give offering to the monks.
  9. Sompeas Preah Khae (សំពះ​​ព្រះខែ): Occurs on 15 Keit of Kardek. This is a traditional celebration since the ancient time. It means to give respect to the moon.

Khmer Terminologies


  1. Adhikameas: (អធិកមាស): A leap year with extra month. The month of Ashad becomes two months: Badhamasad and Thutiyasad) with 30 days each. This leap-month year has 384 days compare to a normal 354-day year.
  2. Adhikavereak: (អធិកវារៈ): A leap year with extra day. Jays has 30 instead of 29. The Adhikavereak year has 355 days. This is also known as Chhantrea Thimeas.
  3. Ashad Thum (អាសាធ​ធំ): Translated as big Ashad. This is a common term for Adhikameas. See Adhikameas.
  4. Ashad Toch (អាសាធ​តូច): It is translated as small Ashad. It refers to a non-leap year where Ashad month is a single month.
  5. Ayun Songkran (អាយន្ដសង្ក្រាន្ត): New Year (Songkran date) calculation using lunar (lunisolar) calendar system.
  6. Buddhist Era (ពុទ្ធសករាជ) (BE): Era started when Buddha passed away at the age of 80 on 544 BC. To calculate the BE date from AD, add 544 years to AD date. The BE dates of well-documented historical events may be off by one year, since the CE and BE calendars start their years on different months (January and May, respectively). But for Cambodians, New Year starts in April and new BE year begins on the Laeung Sak day of the New Year. Thai calculates BE year differently. Thai adds 543 instead of 544 to get Thai BE equivalents. [ANT00]
  7. Chhankitek (ចន្ទគតិ): This translated to lunar calendar which is a type of calendar that is based on the movement of the Moon. But Khmer calendar is actually lunisolar calendar, which based on the moon movement and also based on the synchronization with solar calendar.
  8. Chhantrea Thimeas (ចន្ទ្រាធិមាស): A synonym for Adhikavereak. See Adhikavereak.
  9. Jolak Sakaraj (ចុល្លសករាជ): An era that is assigned by King Botum Suriyeakvong (RBHbTumsuriyvgS ) to start on 1183 BE. To find this era from BE, subtract 1183 from BE year. This is also known as small Sakaraj (sakaraj toch).
  10. Keit (កើត): A naming of days in the Khmer calendar that counts from the first day of the month to next 15 days. It counts as 1 Keit, 2 Keit, to 15 Keit. These days fall in the waxing state in the lunar phase. It is from the new moon to the full moon.
  11. Kneit (ខ្នើត): The state of Keit or being in the phase of the moon waxing. It is from the new moon to the full moon.
  12. Leark Kae (លើក​ខែ): Common term for leap-month year or Adhikameas.
  13. Leark Tgnai (លើក​ថ្ងៃ): Common term for leap-day year or Adhikavearak.
  14. Moha Sakaraj (មហាសករាជ) An era based on 78 AD. It is supposedly started by the Shakas and adopted by the King Kanishka. The National Calendar of India uses this era and it is called Saka Era (78 AD = 0 Saka). So to find Saka, subtract 78 from AD. Khmer source indicates that the King Ketumalea (RBHektumala ) adopted the era 1 Saka = 621 BE. The assignment seems to have inconsistency. To find Moha Sakaraj, subtract 622 from BE. Moha Sakaraj also known as big Sakaraj and Jolak Sakaraj is known as small Sakaraj.
  15. Moha Songkran (មហាសង្ក្រាន្ត): The predictions that are made by the Horas about the coming year. The prediction includes astronomical events such as eclipse, the cultural prediction of the New Year angels, and other overall prediction of the year.
  16. Roaj (រោច): The naming of day in the Khmer calendar that count from the 16th day of the month to end of the month. It counts as 1 Roaj, 2 Roaj, to 14 or 15 Roaj depending on the month. These days fall in later half of the month after the first 15 days of Keit. This is in the waning state of the lunar phase. It starts from the full moon to the new moon.
  17. Ronoch (រនោច): The state of Roaj or the state of the moon waning phase. Waning state starts from the full moon to the new moon.
  18. Sak (ស័ក): Sak means year. Sak system uses the Sanskrit words to imply the number 1-10 with the word Sak added to the end. These unique words are used to reckoning the year with the animals years. This forms a 60-year cycle.
  19. Sakaraj Thom (សករាជ​ធំ): It translates to "big Sakaraj". A common term for Moha Sakaraj. See Moha Sakaraj.
  20. Sakaraj Toch (សករាជ​តូច): It translates to "small Sakaraj". A common term for Jolak Sakaraj. See Jolak Sakaraj.
  21. Samagn Songkran (សាមញ្ញ​សង្ក្រាន្ត): New Year (Songkran date) calculation using the solar calendar.
  22. Songkran (សង្ក្រាន្ត): The time that the Sun enter the Mesa Reasey from Mena Reasey. It is the New Year day. It is on April 13 or 14 in Gregorian calendar.
  23. Soriyeakitek (សុរិយ​គតិ): A type of calendar that is based on the movement of the Sun. The international calendar or Gregorian calendar is a solar calendar.
  24. Tgnai Kaor (ថ្ងៃកោរ): The day that the monks shave. This falls on 14 Keit and one day before the end of each month (either 13 or 14 Roaj).
  25. Tgnai Pegnboramei (ថ្ងៃ​ពេញបូណ៌មី): The full moon day which occurs on 15 Keit of each month. This happens when the Moon is on the opposite side of the Earth and the Sun.
  26. Tgnai Sel (ថ្ងៃសីល): Holy day in the Buddhist religion. The day is set to be on 8 Keit and 8 Roaj.
  27. Tngai Laeung Sak (ថ្ងៃឡើងស័ក): the day to increment Sak which is the last day of the New Year celebration.
  28. Tgnai Songkran (ថ្ងៃ​សង្រ្កាន្ត): day of the Songkran. See Songkran.
  29. Tngai Vonobot (ថ្ងៃ​វ័នបត): the second day of the New Year celebration.

Friday, July 13, 2012

M CD Vol 42 | Chhob Cheur Heuy (Takma, Any, Solika, Angi)


Track list
01. Banchob Reung Yeung Heuy Khom Srolanh Ke Tov (Kuma) | Download
02. Deung Ort Tha Ke Kbot Bong (Solika) | Download
03. Leuk Turosab Bong Phong (Narith) | Download
04. Chhob Cheur Heuy (Takma, Any, Solika, Angi) | Download
05. Madech Min Ach Srolanh Doch Bong Srolanh Oun (Kuma) | Download
06. Oun Keut Mok Somrab Smors Te Bong (Solika) | Download
07. Chhorb Srolanh Bong Tov Na Oun Samlanh (Kuma) | Download
08. Cham Bong Prab Tha Bek (Solika) | Download
09. Maneak Srolanh Knhom Maneak Knhom Srolanh (Angi) | Download
10. Baby Please Dont Go (Narith) | Download



Media Player