タグ

calendarに関するtezukamのブックマーク (12)

  • カレンダー API

    カレンダーサービスでは、カレンダー・祝日情報を API にて提供しています。 利用は無料です。 商用利用も可能です。 例えばブラウザや配布アプリから定期的にアクセスしていただいても構いません。 フォーマットは XML・CSVYAML・JSON など多様です。

  • pickadate.js

    There’s a tonne of options to customize the date and time pickers, such as month/year selectors, time intervals, etc. There’s also a rich API to extend the functionality of the picker. Some examples are displayed on Codepen. When using the “classic” theme, it is important to have a wrapper div with position: relative around the source input to ensure the picker is sized according to the input elem

  • 【pickadate.js】シンプルだけど高機能な日付カレンダー編 | DevelopersIO

    pickadate.jsというライブラリーの中で、高機能な日付カレンダーを紹介してもらったので試してみました。 アジェンダ ソースのダウンロード 実装してみる。 日語表記にする いろいろなオプション まとめ ソースのダウンロード まずはこちらのサイトからソースをダウンロードしてきます。ファイルを展開するといろいろファイルはありますが実際に使うファイルは[lib]フォルダ内にあります。 [lib]フォルダ内は以下のファイルになります、今回は日付カレンダー用のjs、cssを使用してみます。 実装してみる それでは実際に表示してみようと思います。今回のデモで使用したファイルになります。 css default.css default.date.css javascript jquery picker.date.js legacy.js app.js←こちらが実際に実行するファイルです。 ind

    【pickadate.js】シンプルだけど高機能な日付カレンダー編 | DevelopersIO
  • GitHub - stefangabos/Zebra_Datepicker: A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin

    it is small – it weighs around 30KB minified (9.1KB gzipped) offering the best ratio of features per used bytes it is both a date picker as well as a time picker it's cross-browser – works in every major browser; works also in Internet Explorer 6 (as long as you are using a version of the date picker that is less than 2.0.0)! has a default color scheme that blends-in well with almost any design, a

    GitHub - stefangabos/Zebra_Datepicker: A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
  • Mozilla Re-Mix: カレンダーの予定をタイムラインで表示できるThunderbirdアドオン「Timeline」

    Thunderbirdにアドオン「Lightning」や「Provider for Google Calendar」をインストールして予定を管理している方も多いと思います。 このカレンダーに登録されてある予定は、ツールバーのカレンダービューボタンをクリックすればいつでも参照することができますが、通常のメッセージビューでは一目で確認というわけにはいきません。 そんな時はTodayペインを表示しておくようにすれば、予定やタスクの一覧を常時表示しておくことができますが、スペースを取りますし直感的に予定を把握しにくい面もあります。 Thunderbirdに「Timeline」というアドオンをインストールしておけば、どんなビューでもステータスバー上部で予定の有無を意識することができます。 「Timeline」は、LightningをインストールしているThunderbirdのステータスバー上に専用の

  • Calendarにsetした値は遅延評価される - NullPointer's

    今日のつまんないバグ。 Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("Asia/Tokyo")); cal.set(Calendar.YEAR, 2009); cal.set(Calendar.MONTH, 5); cal.set(Calendar.DATE, 12); cal.set(Calendar.HOUR_OF_DAY, 13); cal.set(Calendar.MINUTE, 12); cal.set(Calendar.SECOND, 30); cal.setTimeZone(TimeZone.getTimeZone("UTC")); System.out.println(cal.get(Calendar.HOUR_OF_DAY)); JSTからUTCに変更したのでマイナス9時間されて 4時 となって欲しかっ

    Calendarにsetした値は遅延評価される - NullPointer's
  • FullCalendar - JavaScript Event Calendar

    npm install @fullcalendar/angular import { Component } from '@angular/core' import { CalendarOptions } from '@fullcalendar/angular' @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'] }) export class AppComponent { calendarOptions: CalendarOptions = { initialView: 'dayGridMonth', events: [ { title: 'event 1', date: '2019-04-01' }, { title: 'e

  • DateHelperJa 0.2 リリース - elm200 の日記(旧はてなダイアリー)

    概要 日付を表示する datetime_select, date_select を日語化するプラグインである DateHelperJa。2007年4月に Rails 1.2.x 向けとして、最初にリリースした。その後、一部の人々の間で細々と使われ続けたらしい。ありがたいことである。Rails 2.1 対応版を id:milk1000cc さん、Rails 2.2 を発展途上技術者こと石原さんに作っていただいた。石原さんの提案で、これらのパッチを統合して、DateHelperJa の Rails 2.1/2.2 対応版を Github にて公開することにした。(Rails 2.0 に対応しているかは不明) 今回のセカンド・リリースの目玉は、和暦への対応である。なんと、「平成21年」とか表示できてしまうのだ。もちろん、内部的には日付型で正しく扱われ、西暦で表示するときと何の変わりもない。シス

    DateHelperJa 0.2 リリース - elm200 の日記(旧はてなダイアリー)
    tezukam
    tezukam 2009/02/23
    和暦にも対応。
  • 和暦西暦対応表

    明治5年12月2日まで旧暦を使用。 明治5年12月3日を 明治6年1月1日とした。 それまでの日では 太陰太陽暦(旧暦)を利用していたが 明治5年11月9日太政官布告により 太陽暦(グレゴリオ暦)に改暦された。 ただ、ユリウス暦と混同(閏年を4年に 1回と考え、1900年を閏年と考えて いた)していたようで、完全なグレゴリ オ暦が採用されたのは明治31年。 大正・昭和の「改元の詔書」によると 「明治45年7月30日と 大正元年7月30日」及び 「大正15年12月25日と 昭和元年12月25日」は ともに存在します。 しかし「元号を改める政令」で 昭和64年は「1月7日」まで 平成元年は「1月8日」からです。 明治5年12月2日までは旧暦(太陰太陽暦)、西暦の1年とは月日のずれがあり、単純に年号を西暦に置き換えることはできません。和暦の月日と西暦の月日も異なります。年号を西暦に置き換えるだ

  • DatePicker - jQuery plugin

    About Date Picker component with a lot of options and easy to fit in your web application. Last update 22.05.2009 - Check Download tab Features Flat mode - as element in page Multiple calendars in the component Allows single, multiple or range selection Mark dates as special, weekends, special days Easy to customize the look by changing CSS Localiation for months' and days' names Custom day to sta

  • GitHub - clemens/later_dude: LaterDude is a small calendar helper with i18n support.

    LaterDude is a small calendar helper plugin for Rails with i18n support. It was heavily inspired by "Jeremy Voorhis'/Geoffrey Grosenbach's calendar_helper plugin":http://topfunky.net/svn/plugins/calendar_helper/. Here's what's different: LaterDude leverages the power of the "Rails i18n plugin":http://rails-i18n.org. This means that if you have Rails 2.2 or higher (or if you've installed the i18n g

    GitHub - clemens/later_dude: LaterDude is a small calendar helper with i18n support.
  • 新刊・新作カレンダー

    クロノス・クラウン合資会社のサイト。ゲーム、DVDの新刊・新作カレンダー。上から順に、[検索ボックス][検索ボタン][ジャンル][検索データ]になります。 「新作のみ」を選んだ場合。 発売前~過去1ヵ月の情報から検索を行います。検索結果は100件表示されます。 半角スペース区切りで、複数のキーワードを指定して、絞り込むことができます。 「OR」を使うことで、「いずれかを含む」条件の検索(OR検索)を行えます。「半角スペース」「OR」「半角スペース」と区切って下さい。 「集英社 島袋光年 OR 尾田栄一郎 OR 稲垣理一郎」と入力した場合は、「集英社」を含み、かつ「島袋光年」「尾田栄一郎」「稲垣理一郎」のいずれかを含む検索結果を取得できます。 検索語を「author:著者名」と書くことで、著者情報だけを判定条件に指定きます。指定できる条件は「binding」「title」「author」

  • 1