package time

import "github.com/gohugoio/hugo/tpl/time"

Index

Types

type Namespace

type Namespace struct{}

Namespace provides template functions for the "time" namespace.

func New

func New() *Namespace

New returns a new instance of the time-namespaced template functions.

func (*Namespace) AsTime

func (ns *Namespace) AsTime(v interface{}) (interface{}, error)

AsTime converts the textual representation of the datetime string into a time.Time interface.

func (*Namespace) Format

func (ns *Namespace) Format(layout string, v interface{}) (string, error)

Format converts the textual representation of the datetime string into the other form or returns it of the time.Time value. These are formatted with the layout string

func (*Namespace) Now

func (ns *Namespace) Now() _time.Time

Now returns the current local time.

Source Files

init.go time.go

Version
v0.22.1
Published
Jun 13, 2017
Platform
darwin/amd64
Imports
4 packages
Last checked
9 minutes ago

Tools for package owners.