Link to `datetime` from `datetime.display` docs (#3270)
This commit is contained in:
parent
269860c571
commit
ead94a64df
|
|
@ -317,6 +317,8 @@ impl Datetime {
|
||||||
/// `[[year]-[month]-[day]]`. If you specified a time, it will be
|
/// `[[year]-[month]-[day]]`. If you specified a time, it will be
|
||||||
/// `[[hour]:[minute]:[second]]`. In the case of a datetime, it will be
|
/// `[[hour]:[minute]:[second]]`. In the case of a datetime, it will be
|
||||||
/// `[[year]-[month]-[day] [hour]:[minute]:[second]]`.
|
/// `[[year]-[month]-[day] [hour]:[minute]:[second]]`.
|
||||||
|
///
|
||||||
|
/// See the [format syntax]($datetime/#format) for more information.
|
||||||
#[func]
|
#[func]
|
||||||
pub fn display(
|
pub fn display(
|
||||||
&self,
|
&self,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue