Exemple #1
0
func t_modify_datetime(pg *page.Page) time.Time {
	if pg != nil {
		return pg.ModifyDatetime()
	}
	return time.Time{}
}