Home
last modified time | relevance | path

Searched refs:first_of_month (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php43 $first_of_month = $this_year.$this_month."01"; variable
44 $start_month_day = dateOfWeek($first_of_month, $phpiCal_config->week_start_day);
/dports/devel/elixir-timex/timex-3.3.0/lib/timex/
H A Dhelpers.ex39 {month, first_of_month} = cond do
45 {year, month, day - (first_of_month-1)}
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A DRRule.php925 $first_of_month = $this->date_mask( clone($day_in_month), null, null, 1, null, null, null);
926 $dow_of_first = $first_of_month->format('w'); // 0 == Sunday
927 …$days_in_month = cal_days_in_month(CAL_GREGORIAN, $first_of_month->format('m'), $first_of_month->f…
933 …if ( DEBUG_RRULE ) printf( "Expanding BYDAY(M) $weekday in month of %s\n", $first_of_month->format…
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarBlockGUI.php480 $first_of_month = substr($this->seed->get(IL_CAL_DATE), 0, 7) . "-01";
481 $myseed = new ilDate($first_of_month, IL_CAL_DATE);
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarBlockGUI.php468 $first_of_month = substr($this->seed->get(IL_CAL_DATE), 0, 7) . "-01";
469 $myseed = new ilDate($first_of_month, IL_CAL_DATE);
/dports/deskutils/phpicalendar/phpicalendar-2.4/functions/
H A Dtemplate.php949 $first_of_month = $minical_year.$minical_month.'01';
953 …ce('%B', '<a class="ps3" href="month.php?cal='.$cal.'&amp;getdate='.$first_of_month.'">%B</a>', $d…
979 $start_day = strtotime(dateOfWeek($first_of_month, $phpiCal_config->week_start_day));
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbitime.cpp1177 CTime first_of_month(Year(), Month(), 1); in MonthWeekNumber() local
1178 int week_num_first = first_of_month.YearWeekNumber(first_day_of_week); in MonthWeekNumber()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbitime.cpp1177 CTime first_of_month(Year(), Month(), 1); in MonthWeekNumber() local
1178 int week_num_first = first_of_month.YearWeekNumber(first_day_of_week); in MonthWeekNumber()