★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.jdmonthname.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to カレンダー
Quick Reference
カレンダー
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this page
* JDToGregorian
* GregorianToJD
* JDToJulian
* JulianToJD
* JDToJewish
* JewishToJD
* JDToFrench
* FrenchToJD
* JDMonthName
* JDDayOfWeek
* easter_date
* easter_days
* unixtojd
* jdtounix

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: JDMonthName
View the source code for this pageSearch the site



Previous page
 FrenchToJD
 Updated
Fri, 05 Jan 2001
JDDayOfWeek 
Next page


JDMonthName

(PHP 3, PHP 4 )

JDMonthName -- 月の名前を返す

説明

string jdmonthname (int julianday, int mode)

月の名前を含んだ文字列を返します。 modeはどの暦をユリウス積算日に変換するか、 どんなタイプの月名を返すを関数に伝えます。

表 1. 暦モード

モード意味
0グレゴリウス暦 - 省略形
1グレゴリウス暦
2ユリウス暦 - 省略形
3ユリウス暦
4ユダヤ暦
5フランス革命暦


User Contributed Notes: JDMonthName


sbadler@teamgenesis.com
07-Apr-2000 10:35
Sure does.

$m = date("m", time());
$d = date("d", time());
$y = date("Y", time());
$jd = GregorianToJD($m,$d,$y);
echo "jewish month: " . jdmonthname($jd, 4);


Will print out the name of the current Jewish month.



 About Notes


Previous page
 FrenchToJD
 Updated
Fri, 05 Jan 2001
JDDayOfWeek 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.