Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PISW] Parse datetime object in datetime.now() to return just date instead of date/time #100

Open
GlenNicholls opened this issue Dec 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@GlenNicholls
Copy link
Owner

GlenNicholls commented Dec 5, 2018

When instantiated, this database filename should just be the date instead of date and time. Will help during development and delivered solution as times are logged in the database. Should also be parsed to remove any spaces and use strftime() to use '-' or '/'

df_file_loc = './' # TODO: make filename todays date?
df_file_name = '{}'.format(datetime.now()) # TODO: make filename todays date?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants