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

(mmalerba): drop this variable. It's not being used in the code right now. We're now #33

Open
piascikj opened this issue Feb 26, 2018 · 0 comments
Labels

Comments

@piascikj
Copy link
Member

getting the string representation of a Date object from it's utc representation. We're keeping
it here for sometime, just for precaution, in case we decide to revert some of these changes
though.


opened via imdone.io from a code comment on 2fad732b0 by Juliano


* TODO(mmalerba): drop this variable. It's not being used in the code right now. We're now
* getting the string representation of a Date object from it's utc representation. We're keeping
* it here for sometime, just for precaution, in case we decide to revert some of these changes
* though.
*/
useUtcForDisplay: boolean = true;
constructor(@Optional() @Inject(MAT_DATE_LOCALE) matDateLocale: string, platform: Platform) {
super();
super.setLocale(matDateLocale);

@piascikj piascikj added the TODO label Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant