You are here

function cmfcCalendarV1Thai::getWeekShortName in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekShortName()
  2. 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekShortName()
  3. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekShortName()
  4. 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekShortName()
2 calls to cmfcCalendarV1Thai::getWeekShortName()
cmfcCalendarV1Thai::date in calendar/v1/calendarSystems/thai.class.inc.php
Implementation of PHP date function This is the simplified versino by Sina Salek
cmfcCalendarV1Thai::timestampToInfoArray in calendar/v1/calendarSystems/thai.class.inc.php

File

calendar/v1/calendarSystems/thai.class.inc.php, line 209

Class

cmfcCalendarV1Thai

Code

function getWeekShortName($weekNumber) {
  return $this->_weeksShortName[$weekNumber];
}