■ 年月日を設定するには
onClipEvent (enterFrame)
{
dayName
= "日月火水木金土";
dateObj
= new Date();
dateObj.setMonth(11);
dateObj.setDate(31);
yb = dayName.charAt(dateObj.getDay());
this.text = yb+"曜日";
}
WEBの専門用語集サイト
[ PR ]|趣味・講座|金・買取|KGB|不動産|不動産投資|高級住宅|就職|大阪市・歯科|カナダ留学
|税理士・大阪|ホテル・求人・ブライダル|キャンドル|転写|会社案内|人材紹介|ノベルティグッズ

onClipEvent (enterFrame)
{
dayName
= "日月火水木金土";
dateObj
= new Date();
dateObj.setMonth(11);
dateObj.setDate(31);
yb = dayName.charAt(dateObj.getDay());
this.text = yb+"曜日";
}