Example #1
0
def PlanetDate(value):
    q = int(time.strftime(config.date_format_q_index(), value))
    return time.strftime(config.date_format(),
                         value).replace("%q",
                                        config.date_format_q()[q])
Example #2
0
def PlanetDate(value):
    return time.strftime(config.date_format(), value)
Example #3
0
def PlanetDate(value):
    q = int(time.strftime(config.date_format_q_index(), value))
    return time.strftime(config.date_format(), value).replace("%q", config.date_format_q()[q])