App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.utils.dateformat.TimeFormat Class Reference
Inheritance diagram for google.appengine._internal.django.utils.dateformat.TimeFormat:
google.appengine._internal.django.utils.dateformat.Formatter google.appengine._internal.django.utils.dateformat.DateFormat

Public Member Functions

def __init__
 
def a
 
def A
 
def B
 
def f
 
def g
 
def G
 
def h
 
def H
 
def i
 
def P
 
def s
 
def u
 
- Public Member Functions inherited from google.appengine._internal.django.utils.dateformat.Formatter
def format
 

Public Attributes

 data
 

Member Function Documentation

def google.appengine._internal.django.utils.dateformat.TimeFormat.f (   self)
Time, in 12-hour hours and minutes, with minutes left off if they're
zero.
Examples: '1', '1:30', '2:05', '2'
Proprietary extension.
def google.appengine._internal.django.utils.dateformat.TimeFormat.P (   self)
Time, in 12-hour hours, minutes and 'a.m.'/'p.m.', with minutes left off
if they're zero and the strings 'midnight' and 'noon' if appropriate.
Examples: '1 a.m.', '1:30 p.m.', 'midnight', 'noon', '12:30 p.m.'
Proprietary extension.

The documentation for this class was generated from the following file: