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

Inside Transform class create split_date method #14

Open
BastinRobin opened this issue Feb 12, 2020 · 0 comments
Open

Inside Transform class create split_date method #14

BastinRobin opened this issue Feb 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@BastinRobin
Copy link
Member

Write a method inside this Transform class which is present in cognito/process/__init__.py which should take a date string and return a dict with day, month, year attributes.

		>> Transform.split_date('2020-10-18')
		>> {'day': 18, 'month': 10, 'year': 2020 }
@BastinRobin BastinRobin added the enhancement New feature or request label Feb 12, 2020
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

1 participant