my.py   [plain text]


def date():
    import datetime
    today = datetime.date.today()
    print today