Pudu programming language
Menu
API reference

Std.Time.Format.toHttpDate

1 declaration

fn

toHttpDate: Int -> Str

This is a callable function.

What it does

A moment written the way a message header carries one.

Always at zero offset and always in English, because the format says so:

this is a value two programs exchange, not one a person is shown.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.Time.FormatSearch related declarations