Can I show 24 hour format in the calendar event?

(6 posts) (2 voices)

Tags:

No tags yet.

  1. jasmondluk, Member

    select 'dbr.css', 'html.pdf .fc .fc-daygrid-day.fc-day-today {background-color: inherit}';
    select 'dbr.css', 'div.title {font-size:24px }';
    select 'dbr.css', 'div.left_text { text-align: left; font-size:14px }';
    select 'dbr.css', 'div.left_text2 { text-align: left; font-size:16px }';
    select 'dbr.css', 'div.right_text1 { text-align: right; font-size:14px }';
    select 'dbr.css', 'div.right_text2 { text-align: right; font-size:18px }';

    select 'dbr.text', '姓名:_______________________ 級別:______________ 學校:________________________________________', 'left_text2';
    select 'dbr.text', '';
    select 'dbr.text', '課程:__________________________________________________________________________________________', 'left_text2';
    select 'dbr.text', '2023-03-01至 2023-03-31', 'left_text';
    select 'dbr.text', '';
    select 'dbr.text', '';

    select 'dbr.calendar', 800;
    select 'dbr.calendar.options', 'weekNumbers', 0;
    select 'dbr.calendar.options', 'firstDay', 1;

    select '2023-03-04 13:15' as 'concat(startdate,\' \',classtime)', '2023-03-04 14:25:00' as 'concat(startdate,\' \',classtime) + interval classduration minute', 'Lesson NA
    @TBD' as 'description'
    union all
    select '2023-03-11 11:30', '2023-03-11 12:40:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-11 12:45', '2023-03-11 13:55:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-18 13:15', '2023-03-18 14:25:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-01 19:00', '2023-03-01 20:10:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-08 19:00', '2023-03-08 20:10:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-15 19:00', '2023-03-15 20:10:00', 'Lesson NA
    @TBD'
    union all
    select '2023-03-22 19:00', '2023-03-22 20:10:00', 'Lesson NA
    @TBD';

    select 'dbr.text', '';
    select 'dbr.text', '';
    select 'dbr.text', '注意事項:', 'left_text';
    select 'dbr.text', '1)用紅筆將校内小測、默書寫上。', 'left_text';
    select 'dbr.text', '2)補習前應在家中先溫習及帶備所有關於該科的影印本/工作紙/作業/課本。', 'left_text';
    select 'dbr.text', '3)主動向導師諝教溫習方法及内容。', 'left_text';
    select 'dbr.text', '4)收到校内考試/測發時間表。請用紅筆寫上當天考試科目,立刻影印時間表給我們!', 'left_text';
    select 'dbr.text', '5)一切溫習以校内測驗為主。但即使如此,亦應帶備原定已編定的溫習資料 。', 'left_text';
    select 'dbr.text', '6)學員每次遺失或忘記帶進度表,必須到校務處重印,並需每次繳付$8.00以作行政費用。', 'left_text';
    select 'dbr.text', '';
    select 'dbr.text', '學員填寫上次測驗分數:中文:______ 英文:______ 數學:______ 科學:______ 最高分科目:______ 最低分:______', 'right_text1';
    select 'dbr.text', '';
    select 'dbr.text', '';
    select 'dbr.text', '家長簽名:____________________ 中心主任____________', 'right_text2';

  2. myDBR Team, Key Master

    The calendar uses the formatting user has chosen in the preferences. If user has not chosen any formatting, global formatting (from nvironment settings will be used).

    --
    myDBR Team

  3. jasmondluk, Member

    Can I change the text size for the time or the event description?

  4. myDBR Team, Key Master

    You can use CSS for that. You can for example do:

    select 'dbr.css', '.fc-event-title {font-size:1.5em}';

    --
    myDBR Team

  5. jasmondluk, Member

    Thanks. And can you show me where can I find the "preferences" you mentioned for the time formatting settings?

  6. myDBR Team, Key Master

    You can find the Preferences link on top right corner of the main screen, between rhe user name and the Logout link.

    --
    myDBR Team


Reply

You must log in to post.