フォーム日付用セレクトボックス書き出しクラス

フォーム日付用セレクトボックス書き出しクラス(PHP5) | Takazudo Clipping*

日付用セレクトボックスHTMLを書き出してくれるクラスです。
レンジを簡単に指定できるのが

以下のように指定すると、前後何年まで選択できるようにするかを指定できます。

$dateGenerator = new dateSelectGenerator
(array(
“yearRange_from” => 2,
“yearRange_to” => 2,
));

素敵ですね。

関連する記事:

Powered by

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">