Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.
Researched this issue regarding the ui-grid cellFilter and integration of ngFilter's date and timezone properties.
Recently commented on #2706 but decided to open a new issue due to length of time.
Reviewed tutorials regarding cellFilter extensively and more so the ngFilter documentation from AngularJS docs.
Currently using the latest version as of posting (4.0.6).
Below is a typical date field, being pulled from a data object, where the field name is fieldfromdb. The date format in the cellFilter seems to work across all versions tried:
{
displayName: 'Some Date',
field: 'fieldfromdb',
cellFilter: 'date : \'MM-DD-YYYY\'',}`
However, what seems like an easy implementation of timezone in the ui-grid's gridOptions object (in the same fieldfromdb object) doesn't seem to be working:
{
displayName: 'Some Date',
field: 'fieldfromdb',
cellFilter: 'date : \'MM-DD-YYYY\' : \'UTC\'',
}
Any updates on this issue?
Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.
Researched this issue regarding the ui-grid cellFilter and integration of ngFilter's date and timezone properties.
Recently commented on #2706 but decided to open a new issue due to length of time.
Reviewed tutorials regarding cellFilter extensively and more so the ngFilter documentation from AngularJS docs.
Currently using the latest version as of posting (4.0.6).
Below is a typical date field, being pulled from a data object, where the field name is fieldfromdb. The date format in the cellFilter seems to work across all versions tried:
{displayName: 'Some Date',field: 'fieldfromdb',cellFilter: 'date : \'MM-DD-YYYY\'',}`However, what seems like an easy implementation of timezone in the ui-grid's gridOptions object (in the same fieldfromdb object) doesn't seem to be working:
{displayName: 'Some Date',field: 'fieldfromdb',cellFilter: 'date : \'MM-DD-YYYY\' : \'UTC\'',}Any updates on this issue?