Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...DateTime(2021,12,25).DayOfWeek)}. New Years Day 2022 is a %s{string(System.DateTime(2022,1,1).DayOfWeek)}." print "Christmas Day 2021 is on a "; format(christmas,"dddd") ...
    39 KB (5,178 words) - 16:31, 3 April 2024
  • ...yle, signified by the asterisk in place of a format code or the label of a FORMAT statement. With arrays, repeated values are shown with a repetition count, DateTime ...
    45 KB (5,796 words) - 14:33, 24 April 2024
  • *   [[Date format]] -- Get the date 0 seconds from the Unix epoch and format it in the same way. ...
    42 KB (5,490 words) - 15:50, 5 February 2024
  • PRINT "Enter a date to convert, in the format 'day month year'" Enter a date to convert, in the format 'day month year' ...
    117 KB (13,798 words) - 03:12, 25 May 2024
  • ...ly,   also for countries which use the   '''dd-mm-yyyy'''   format. ...countries which express their dates in the   '''yyyy-mm-dd'''   format. ...
    72 KB (9,315 words) - 19:54, 13 January 2024
  • print(‘Smallest 5-digit number extracted from random 1000-digit number: #05’.format(minNum))</syntaxhighlight> ...4 digits before end of all digits.Else I have to include sysutils and s := Format('%.5d',[i]); for leading zeros. ...
    36 KB (4,060 words) - 21:15, 20 April 2024
  • -- Format some output. a: to :date.format: "dd/MM/yyyy" startDate ...
    92 KB (12,417 words) - 23:13, 12 May 2024
  • output the time 12 hours later in any human-readable format. # Using a date string in an AppleScript date specifier only works if the date format set in the user's preferences on the host machine is the same as the one us ...
    115 KB (14,429 words) - 19:17, 19 May 2024
  • <syntaxhighlight lang="d">import std.stdio, core.thread, std.datetime; String timeString = sdf.format(time); ...
    84 KB (9,847 words) - 09:40, 6 January 2024
  • * &nbsp; [[Date format]] ...utc time extensions to language used}} --><syntaxhighlight lang="algol68">FORMAT time repr = $"year="4d,", month="2d,", day="2d,", hours="2d,", \ ...
    80 KB (9,788 words) - 19:42, 30 April 2024
  • ...601 format in your program, but if you differ, make a note of the expected format.)'' V long_date_str = (long_date.map(d -> ‘#02’.format(d))).join(‘.’) ...
    84 KB (10,086 words) - 05:00, 9 May 2024
  • PARAMS = ["action" => "query", "format" => "json", "formatversion" => "2", "generator" => "categorymembers", DRAFTPARAMS = ["action" => "query", "format" => "json", "formatversion" => "2", "generator" => "categorymembers", ...
    49 KB (5,805 words) - 17:10, 3 February 2024
  • var secondsSinceEpoch = (DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalSeconds; // current date and time in UTC time format ...
    46 KB (5,812 words) - 12:34, 14 February 2024
  • birthdate and targetdata are strings in this format: (format t "~A cycle: ~D% " nm perc) ...
    117 KB (12,952 words) - 01:40, 25 May 2024
  • print(‘Maximum simultaneous license use is #. at the following times:’.format(max_out)) FORMAT record fmt = $"License "g" @ "g" for job "g(0)l$; ...
    89 KB (10,625 words) - 11:44, 14 February 2024
  • Note that the visit date is purposefully provided as ISO format, &nbsp; so that it could also be processed as text and sorted alphabeticall result[record] [+]= [‘#3.1’.format(tot[p]), ‘#2.2’.format(tot[p] / n[p])] ...
    97 KB (11,346 words) - 01:52, 31 March 2024
  • "Sunday" = get to :date.format:"dd-MM-YYYY" ~"25-12-|year|" 'Day If Weekday(a) = 1 Then Print Format(a, "dd-mm-yyyy") ' 1 = sunday, 2 = monday ... ...
    160 KB (18,589 words) - 13:16, 28 December 2023
  • <syntaxhighlight lang="11l">print(Time().format(‘YYYY-MM-DD’)) "%Y-%M-%D" over d:format . cr ...
    120 KB (15,110 words) - 18:24, 2 May 2024
  • FORMAT mon fmt = $c("Jan", "Feb", "Mar", "Apr", "May", "Jun", FORMAT week day fmt = $c("Sat", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri")$; ...
    239 KB (28,556 words) - 20:41, 9 December 2023
  • dt: to :date.format:"yyyy-M-dd" ~"2012-|m|-|d|" print to :string.format:"yyyy-MM-dd" lastFridayForMonth month ...
    132 KB (16,562 words) - 17:10, 16 December 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)