dfr strftime
for dataframe> dfr strftime {flags} (fmt)
fmt
: Format ruleinput | output |
---|---|
any | any |
Formats date
>letdt= ('2020-08-04T16:39:18+00:00'|into datetime-z'UTC');
letdf= ([$dt$dt] |dfr into-df);
$df|dfr strftime"%Y/%m/%d"
╭───┬────────────╮
│# │ 0 │
├───┼────────────┤
│0│2020/08/04│
│1│2020/08/04│
╰───┴────────────╯
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe
flag
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/dfr_strftime.html