Search results

From Free Pascal wiki
Jump to navigationJump to search
  • ShowMessage( 'The selected date is '+FormatDateTime( 'yyyy-mm-dd',dt )); ShowMessage( 'Today is '+FormatDateTime( 'yyyy-mm-dd',dt ));
    2 KB (124 words) - 14:35, 3 May 2020
  • DateFormat := 'YYYY-MM-DD'; // SQL 日付フォーマット DateTimeFormat := 'YYYY-MM-DD hh:mm:ss'; //
    2 KB (138 words) - 08:59, 31 March 2024
  • YYYY-MM-DD ...о Григорианскому календарю, MM - месяц между 01 (январь) и 12 (декабрь), а DD - день месяца между 01 и 31.
    4 KB (274 words) - 17:29, 8 July 2019
  • DateFormat := 'YYYY-MM-DD'; // SQL date format DateTimeFormat := 'YYYY-MM-DD hh:mm:ss'; //
    2 KB (208 words) - 04:29, 18 July 2020
  • YYYY-MM-DD ...alenterin aikana, MM on kuukausi 01 (tammikuu) ja 12 (joulukuu) väliltä ja DD on kuukauden päivä 01 ja 31 väliltä.
    3 KB (419 words) - 17:31, 8 July 2019
  • YYYY-MM-DD ...orian calendar , MM is a month between 01 (January) and 12 (December), and DD is the day of the month between 01 and 31.
    3 KB (453 words) - 17:30, 8 July 2019
  • DAY, DD MON YYYY hh:mm:ss GMT Date in the form DD-MON-YYYY (day, month, and year), where Month in the form three letter abbre
    3 KB (324 words) - 15:12, 7 September 2019
  • DAY, DD MON YYYY hh:mm:ss GMT Päivämäärä on muotoaa DD-MON-YYYY (päivä, kuukausi ja vuosi), jossa kuukausi kolmikirjaiminen engl
    3 KB (334 words) - 17:19, 6 August 2022
  • ShowMessage( 'Valittu päivä on '+FormatDateTime( 'yyyy-mm-dd',dt )); ShowMessage( 'Tänään on '+FormatDateTime( 'yyyy-mm-dd',dt ));
    2 KB (265 words) - 21:51, 26 September 2019
  • ShowMessage('The selected date is ' + FormatDateTime('yyyy-mm-dd', dt)); ShowMessage('Today is ' + FormatDateTime('yyyy-mm-dd', dt));
    2 KB (276 words) - 23:47, 9 September 2023
  • LongDateFormat: 'dd" "mmmm" "yyyy';
    1 KB (102 words) - 08:26, 12 February 2020
  • LongDateFormat: 'dd" "mmmm" "yyyy';
    1 KB (121 words) - 11:51, 6 April 2023
  • LongDateFormat: 'dd" "mmmm" "yyyy';
    1 KB (128 words) - 08:26, 12 February 2020
  • !Double Value !! 'dd-mm-yyyy hh:nn:ss' DateFormatChars = 'dd"/"mm"/"yyyy';
    3 KB (399 words) - 17:14, 29 January 2023
  • DateFormatChars = 'dd"/"mm"/"yyyy';
    3 KB (313 words) - 15:16, 8 July 2019
  • ...区切り記号はSQL標準/ISO 8601に従って '-' である。したがって、組み込みのDATE関数を使用してINSERTを行うと、'YYYY-MM-DD'のような形式で保存される。 DEFAULT (datetime('now','localtime')) for datetime values formated YYYY-MM-DD HH:MM:SS
    31 KB (1,110 words) - 14:39, 26 March 2024
  • jvCSVEdit8.Caption:= FormatDateTime('dd/mm/yy',now);
    3 KB (332 words) - 20:54, 10 February 2020
  • else if strBOM = #$DD#$73#$66#$73 then
    3 KB (321 words) - 08:12, 18 February 2020
  • [0-9]+[dD]? begin yylval.yyInteger := StrToInt(yytext); yyruleno := NUMBER; [=][dD]? begin yyruleno := IGUALD; end;
    20 KB (3,001 words) - 08:06, 23 February 2020
  • ...nds to a string of the form <syntaxhighlight lang="pascal" inline>'YYYY/mm/dd'</syntaxhighlight>, e. g. <code class="mw-highlight"><span class="s">'{{C
    8 KB (1,033 words) - 16:30, 4 October 2022
  • ...中,根据 SQL 标准/ISO 8601,日期分隔符为“-”。因此,如果您使用内置 DATE 函数执行 INSERT,它会将其存储为“YYYY-MM-DD”之类的内容。 DEFAULT (datetime('now','localtime')) 对于格式为 YYYY-MM-DD HH:MM:SS 的日期时间值
    23 KB (1,132 words) - 13:08, 15 July 2023
  • sudo dd if=/dev/zero of=/mytempfile ('''note''' that this is very slow as it fills dd if=/dev/zero of=/mytempfile ('''note''' that this is very slow as it fills
    15 KB (2,341 words) - 07:00, 14 October 2020
  • Will a dd ''src'' as a include file path.
    9 KB (1,419 words) - 03:48, 22 October 2023
  • ...ng the built-in DATE function, it will store it as something like 'YYYY-MM-DD'. DEFAULT (datetime('now','localtime')) for datetime values formated YYYY-MM-DD HH:MM:SS
    24 KB (3,765 words) - 19:24, 5 June 2022
  • Extracts the integer year part of a yyyy-mm-dd date string. Extracts the integer month part of a yyyy-mm-dd date string.
    40 KB (5,809 words) - 21:18, 20 October 2023
  • ...la fonction intégrée DATE, ce sera stocké en quelque chose comme 'YYYY-MM-DD'. ...atetime('now','localtime')) pour les valeurs datetime formatées en YYYY-MM-DD HH:MM:SS
    28 KB (4,374 words) - 22:23, 9 September 2021
  • ...zando la función interna DATE, entonces almacenará algo similar a 'YYYY-MM-DD'. ...ocaltime')) para valores de fecha-hora (datetime) formateados como YYYY-MM-DD HH:MM:SS
    28 KB (4,354 words) - 19:10, 7 December 2023
  • * dates must be formatted like <tt>#yyyy-mm-dd#</tt> (in year-month-day order and enclosed by '#')
    15 KB (2,031 words) - 10:15, 15 May 2024
  • ...type: you can choose a pre-defined format or write a custom format like MM/DD/YY for example.
    17 KB (2,578 words) - 18:04, 2 April 2020
  • ...dowanej funkcji DATE, zostanie ona przechowana jako coś w rodzaju „RRRR-MM-DD”. ...ime('now','localtime')) dla sformatowanych wartości daty i godziny YYYY-MM-DD HH:MM:SS
    27 KB (4,048 words) - 01:44, 21 November 2021
  • hello_module dd 0
    20 KB (3,017 words) - 08:10, 18 March 2020
  • DEFAULT (datetime('now','localtime')) for datetime values formated YYYY-MM-DD HH:MM:SS DEFAULT (date('now','localtime')) for date value formated YYYY-MM-DD
    42 KB (1,192 words) - 16:18, 16 November 2021
  • Grid.Numberformat[1,1] := 'yyyy/mm/dd';
    23 KB (3,520 words) - 15:55, 19 December 2023
  • .../time value. The year is displayed as a four-digit number. || <tt>'yyyy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'2012-01-03'</tt><br />In this example, the ...ate/time value. The year is displayed as a two-digit number. || <tt>'yy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'12-01-03'</tt>
    160 KB (22,801 words) - 12:22, 10 May 2024
  • ...e] to support a wide range of archive and compression formats (7Zip, BZip, dd, GZip, IMG, ISO, Jar, LZip, Rar, Tar, Tar BZip2, Tar GZip, Tar LZip, Tar XZ
    21 KB (3,026 words) - 21:12, 15 May 2024
  • .../time value. The year is displayed as a four-digit number. || <tt>'yyyy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'2012-01-03'</tt><br />In this example, the ...ate/time value. The year is displayed as a two-digit number. || <tt>'yy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'12-01-03'</tt>
    152 KB (21,567 words) - 22:15, 27 January 2021
  • .../time value. The year is displayed as a four-digit number. || <tt>'yyyy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'2012-01-03'</tt><br />In this example, the ...ate/time value. The year is displayed as a two-digit number. || <tt>'yy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'12-01-03'</tt>
    158 KB (22,485 words) - 22:12, 14 August 2021
  • Grid.Numberformat[1,1] := 'yyyy/mm/dd';
    36 KB (1,155 words) - 02:49, 2 March 2020
  • Use dd to save a .iso image of the installation CD. Create a filesystem image: ...nitrd using zcat and cpio, save it as an ext3 image initrd_unpacked. Using dd create an empty file root_fs_slackware which will be partitioned and format
    59 KB (9,355 words) - 17:30, 16 August 2022
  • <td>'yyyy/mm/dd':<br />Jan 3, 2012 -- '2012-01-03'Dans cet exemple, le DateSeparator est un <td>'yy/mm/dd':<br />Jan 3, 2012 -- '2012-01-03'
    214 KB (33,206 words) - 17:41, 9 August 2021
  • if TryStrToDate(StringGrid1.Cells[ACol,ARow], D1, 'yy/mm/dd') and TryStrToDate(StringGrid1.Cells[BCol,BRow], D2, 'yy/mm/dd') then
    91 KB (13,606 words) - 18:49, 6 December 2023
  • ...я даты/времени. Год отображается как четырехзначное число. || <tt>'yyyy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'2012-01-03'</tt><br />В этом прим ...начения даты/времени. Год отображается как двузначное число. || <tt>'yy/mm/dd'</tt>:<br />Jan 3, 2012 --> <tt>'12-01-03'</tt>
    247 KB (10,318 words) - 18:39, 25 January 2023
  • ...some sample data. Note that dates in phpMyAdmin should be entered YYYY-MM-DD, though the program created below will accept dates in the usual formats. T
    44 KB (6,169 words) - 00:46, 19 February 2020
  • ...otare che le date in phpMyAdmin devono essere inserite nel formato YYYY-MM-DD, benché il programma che stiamo creando accetti le date nei formati usuali
    44 KB (6,143 words) - 00:47, 19 February 2020
  • if TryStrToDate(StringGrid1.Cells[ACol,ARow], D1, 'yy/mm/dd') and TryStrToDate(StringGrid1.Cells[BCol,BRow], D2, 'yy/mm/dd') then
    160 KB (4,421 words) - 03:21, 21 January 2022
  • if TryStrToDate(StringGrid1.Cells[ACol,ARow], D1, 'yy/mm/dd') and TryStrToDate(StringGrid1.Cells[BCol,BRow], D2, 'yy/mm/dd') then
    105 KB (15,289 words) - 18:22, 2 February 2022
  • ** %date%: current date as string literal, '[yyyy/mm/dd]'
    63 KB (8,788 words) - 17:15, 28 February 2024
  • ** <span class="tt">%date%</span>: current date as string literal, '[yyyy/mm/dd]'
    90 KB (12,883 words) - 12:41, 8 May 2023
  • ...ld set the property <tt>DateTimeFormat</tt> accordingly (e.g. <tt>'yyyy-mm-dd'</tt>) so that the strings can be converted to a TDateTime variables.
    115 KB (18,877 words) - 11:41, 26 April 2024