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

Date Filter on Dynamic Data Block generates an Exception with date format dd/mm/yyyy #4410

Closed
allchannelson opened this issue Sep 15, 2020 · 0 comments
Labels
Topic: UI Related to visual design. Type: Bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@allchannelson
Copy link

allchannelson commented Sep 15, 2020

Prerequisites

Please don't just check the box unless you have done these things...

Description

The Date filter on a Dynamic Data Block does not work properly when the browser local is en-GB, en-HK, or any format that uses dd/mm/yyyy date format. A similar control in Group Viewer works fine.

image

image

Steps to Reproduce

  1. Set your browser to en-GB
  2. Create a new Dynamic Data block
  3. Use the following code:

SELECT PersonId 'Id', DateTimeAdded FROM [groupmember] where groupid = 111

  1. Turn on Grid Filter
  2. Go to the block and use the filter's date picker.
  3. Will receive error message regarding Date Format

Expected behavior:

Expect the Date Filter to work

Actual behavior:

Get an Exception regarding the date format.

Versions

  • Rock Version: Rock McKinley 11.0 (1.11.0.3)
  • Client Culture Setting: en-GB
@sparkdevnetwork-service sparkdevnetwork-service added Topic: UI Related to visual design. Type: Bug Confirmed bugs or reports that are very likely to be bugs. labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: UI Related to visual design. Type: Bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

No branches or pull requests

2 participants