検索結果
カレンダー
- 全てのカテゴリ
- 全ての質問
- WindowsLive カレンダー
WindowsLive カレンダーを使おうとしています。 曜日の表示が左から日曜日となっていますが、月曜日から表示する方法はあるのでしょうか? ご教授頂けると大変たすかります。 よろしくお願いいたします。
- yahooカレンダー
yahooカレンダーを使ってます。 かなり、使いやすいのですが デスクトップにショットーカットで置いています。 6月から使い始めたのですが、毎回開く度に 今月(7月)がでず、はじめた月の6月が出るんです。 どうやったら、その月のが出るようになるのでしょうか?? 回答願います。
- ベストアンサー
- ブラウザ
- noname#70819
- 回答数1
- デスクトップカレンダー
検索するとすごい数が出るのですが 数が多すぎて探せません 普通の日祭日を普通の色にして 会社の休みを追加したいです 他に小さくて軽くて 見た目がシンプルなものを探しています 御存知ないでしょうか?
- 締切済み
- フリーウェア・フリーソフト
- KOEDAbitter
- 回答数1
- カレンダークラス
入力値の日付から1年後の日付をもとめたいのですが、よく分かりません。 入力値は XXXX年 XX月 XX日 のような感じです。 Calendar cal1 = Calendar.getInstance(); cal1.set(int,int,int);で上記で入力された値をint型にして設定し、 その後に、cal1.add(Calender.YEAR,1); としています。 なのですが、なぜだか1ヶ月進んだ値が返却されます、、 2009/01/01なら2010/02/01が返却される。 また現在日付を取得して表示しても1ヶ月進んで表示されるのですが、、 どなたか詳しい方教えて下さい。宜しくお願いします。
- 日めくりカレンダー
日めくりカレンダーを自分で作りたいのですが、上の部分のあれはどうやってまとめてあるのでしょう? 見た目も、あのビリビリとキレイに破ける感じも市販のものにできるだけ近いものを作りたいです。 もし作り方を知っている方がいたら、どうか教えて下さい!
- ベストアンサー
- その他(アート・創作)
- osi123
- 回答数2
- カレンダー製作
自作で、写真付きカレンダーを作るりたいのですが、 free(無料)ソフトで、好きな写真を貼り付けるだけで、 カレンダーが、作れるソフトってありますか? 知っている方いらっしゃいましたら、 教えてください。
- ベストアンサー
- フリーウェア・フリーソフト
- hanabi0873
- 回答数3
- カレンダーで
カレンダーで一白・二黒・三碧・・・と、八白まで記入されているのがあります。 あれが載っているサイト知りませんか? よろしくお願いします。
- ベストアンサー
- その他(暮らし・生活お役立ち)
- noname#70924
- 回答数1
- 卓上カレンダー
フリーソフトの「卓上カレンダー」を使っていますが起動した画面には 予定の日にコメントが何もでてきません一回ずつファイルから開かないとでません最初から出せる方法を教えてください
- 締切済み
- その他(ソフトウェア)
- who4039
- 回答数1
- 年間カレンダー
1年間12ヶ月分で1枚になっているカレンダーは、日本語でなんと言いますか。 ちなみに、中国語では「年暦」と言います。 「月暦」は月ごとにめくり、12枚1冊のもので、 「日暦」は毎日めくり、365枚で1冊のものとなります。
- ベストアンサー
- 日本語・現代文・国語
- xingyeru
- 回答数3
- ジャニーズカレンダー
ジャニーズのカレンダーって結成10年以降になると発売されないそうですね。 それって何故ですか? 買う気はないのですが素朴な疑問でして・・・
- ベストアンサー
- 俳優・女優
- ranoraraku
- 回答数1
- カレンダー作成
C言語初心者です。 西暦と月を入力してその月のカレンダーを作成するプログラムの問題なのですが #include <stdio.h> #define MMAX 12 #define COMP (year - 1) int main(void) { int i, j, year, month, day, youbi, ycnt, mcnt = 0; int mday[MMAX] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; printf("西暦と月を入力して下さい-->"); scanf("%4d%2d, &year, &month"); if ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0) mday[1] = 29; for (i = 0; i < [A]; i++) { mcnt += mday[i]; } mcnt++; [B] = ((COMP + COMP / 4 - COMP / 100 + COMP / 400) + mcnt) % 7; printf("\n%4d 年%2d 月\n", year, month); printf("----------------------------\n"); printf(" 日 月 火 水 木 金 土\n"); for (j = 0, ycnt = 0; j < youbi; j++, ycnt++) { printf(" "); } for (day =1; day <= mday[month - 1]; day++) { if ([C]) printf("[%2d]", day); else printf(" %2d ", day); ycnt++; if ([D]) { printf("\n"); ycnt = 0; } } return (0); } [A]、[B]、[C]、[D]に答えを入れなきゃいけないのですが私が考えた答えだと カレンダーの表示すらされません。どこがいけないのでしょうか? #include <stdio.h> #define MMAX 12 #define COMP (year - 1) int main(void) { int i, j, year, month, day, youbi, ycnt, mcnt = 0; int mday[MMAX] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; printf("西暦と月を入力して下さい-->"); scanf("%4d%2d, &year, &month"); if ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0) mday[1] = 29; for (i = 0; i < month; i++) { mcnt += mday[i]; } mcnt++; youbi = ((COMP + COMP / 4 - COMP / 100 + COMP / 400) + mcnt) % 7; printf("\n%4d 年%2d 月\n", year, month); printf("----------------------------\n"); printf(" 日 月 火 水 木 金 土\n"); for (j = 0, ycnt = 0; j < youbi; j++, ycnt++) { printf(" "); } for (day =1; day <= mday[month - 1]; day++) { if (youbi = 0) printf("[%2d]", day); else printf(" %2d ", day); ycnt++; if (youbi > 7) { printf("\n"); ycnt = 0; } } return (0); } よろしくお願いします。
- ベストアンサー
- C・C++・C#
- shorinji36
- 回答数2
- PHP カレンダー
php初心者です。HTMLにカレンダーのソースを、そのまま下記のHPから埋め込んだのですが、表示されません。なぜでしょうか? http://shanabrian.com/web/php_calendar.php --------------HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>index</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <?php function calendar($year, $month) { //月末 $l_day = date("j", mktime(0, 0, 0, $month + 1, 0, $year)); //初期出力 $tmp = <<<EOM <table cellspacing="0" cellpadding="0" border="0" class="calendar"> <caption>{$year}年{$month}月</caption> <tr> <th class="red">日</th> <th>月</th> <th>火</th> <th>水</th> <th>木</th> <th>金</th> <th class="blue">土</th> </tr>\n EOM; //月末分繰り返す for ($i = 1; $i < $l_day + 1;$i++) { //曜日の取得 $week = date("w", mktime(0, 0, 0, $month, $i, $year)); //曜日が日曜日の場合 if ($week == 0) { $tmp .= " <tr>\n"; } //1日の場合 if ($i == 1) { $tmp .= str_repeat(" <td> </td>\n", $week); } if ($i == date("j") && $year == date("Y") && $month == date("n")) { //現在の日付の場合 $tmp .= " <td class=\"today\">{$i}</td>\n"; } else { //現在の日付ではない場合 $tmp .= " <td>{$i}</td>\n"; } //月末の場合 if ($i == $l_day) { $tmp .= str_repeat(" <td> </td>\n", 6 - $week); } //土曜日の場合 if($week == 6) { $tmp .= " </tr>\n"; } } $tmp .= "</table?>\n"; return $tmp; } ?> <?= calendar(date("Y"), date("n")) ?> </body> </html> ---------------------CSS table.calendar { border-collapse:collapse; border:1px #666 solid; text-align:center; font-size:12px; } table.calendar td, table.calendar th { padding:5px; border:1px #666 solid; } table.calendar th { background:#eee; } table.calendar td.today { background:#999; color:#fff; } table.calendar .red { color:#f33; } table.calendar .blue { color:#33f; }
- ベストアンサー
- PHP
- origin_five
- 回答数2
- Googleカレンダー
Googleカレンダーのデータをエクセルにダウンロードしたいのです。 どなたか教示いただけないでしょうか?
- 締切済み
- その他(ITシステム運用・管理)
- YOSHITO31
- 回答数1
- カレンダー算
2002年12月31日は火曜日。2003年5月5日は何曜日か。ただし、2003年はうるう年ではないので、2003年2月は28日までです この問題なんですが、1月は31日、2月は28日、3月は31日、4学校は30日、と一ヶ月どれくらい日数があるのか、どうすればわかるのですか? 自分の考え うるう年は2月の29があるという意味 よって、2月の28までしかない。 一年は365日 365÷12=30と余り5 だいたい、一ヶ月30日と考えられる それに余りの5を振り分ける 2月は28日までしかないから、余りに2を付け加える 7を振り分けたいのですが、どの月に振り分けられるのかがわかりません。
- カレンダー作成
普通のカレンダーみたいなものを作成したいのですが、例えば今月の頭って月曜日ですよね? それの前の日曜日の枠を作成したいのですが方法がわかりません。 どのようにすればいいのでしょうか? for($i=0;$i<$last;$i++){#●テーブル作成 @weekarray = ('日','月','火','水','木','金','土'); $first = $year.$mon.$day-($day-1); $calender = $first+$i; $youbi_master = getwday($calender_year,$calender_mon,1,1); $calender_year = substr($calender,0,4); $calender_mon = substr($calender,4,2); $calender_day = substr($calender,6,2); $calender_search = $calender_year."/".$calender_mon."/".$calender_day; $calender_youbi = getwday($calender_year,$calender_mon,$calender_day); open(FILE,"log.log"); @log = <FILE>; close(FILE); $gyou = @log; $w = 0; while($w<$gyou){ @log_line = split(/<>/,$log[$w]); $HIDUKE = $log_line[0]; $TITLE = $log_line[1]; $NAKAMI = $log_line[2]; if($calender_youbi == 0){#----------<日曜日だったら if($w == $gyou-1){ print "<TR><TD WIDTH=100 CLASS=TD1>$calender_search <B>$flag_sun $flag</B></TD>\n"; $flag_sun = $flag_sun+1; $flag = $flag +1; } } elsif($calender_youbi == 6){#----------<土曜だったら if($w == $gyou-1){ print "<TD WIDTH=100 CLASS=TD1>$calender_search</TD></TR>\n"; } } else {#----------<その他の曜日 if($w == $gyou-1){ print "<TD WIDTH=100 CLASS=TD1>$calender_search</TD>\n"; } }#曜日による分岐終了 $w++; }# while }# ●テーブル作成for終了