Hi,

I created a view with better expose filters, in that views i want date popup value type.
how can i get date popup in view expose..

Comments

mikeker’s picture

Status: Active » Postponed (maintainer needs more info)

To get the date popup option, you need to expose a date field and select the jQuery UI datepicker option.

If you have an exposed date filter and are not seeing the datepicker option, please attache an export of the view in question -- or, ideally, a stripped down version of the view that highlights the problem.

Thanks.

mikeker’s picture

Project: Date » Better Exposed Filters
Version: 7.x-2.0-rc1 » 7.x-3.x-dev
Component: Date Popup » Code
Assigned: Rajesh Kairamkonda » Unassigned
Priority: Critical » Normal
quasi’s picture

Also check that you have Date Views checked in the Modules list.

sbrattla’s picture

Could it be an idea to require the 'Date Views' module to be enabled before the 'JQuery UI DatePicker' option appears in the view configuration?

mikeker’s picture

Assigned: Unassigned » mikeker
Status: Postponed (maintainer needs more info) » Active

@sbrattla -- thanks for pointing that out. I'll look into it.

ralva83638’s picture

Note, the popup does not work if filtering on the content post date, or update date. Only on date fields.

nandotinoco’s picture

#6 above is right for me. I've explained it further here

mikeker’s picture

Status: Active » Closed (cannot reproduce)

@#6/#7: That's not correct. If you have BEF enabled and expose a "core" date field (eg: Post Date), you'll have the option to use the jQuery UI Datepicker. Note that the text field still appears in the exposed filter -- the datepicker appears when you click on the textfield. This allows someone to manually enter a date or choose from the datepicker.

@#4: I'm punting on this for the time being. This should be a requirement in the Date module that you cannot expose Date filters (or even add them to a view) without the Date Views module being enabled.

mikeker’s picture

Status: Closed (cannot reproduce) » Closed (works as designed)

Whoops... Wrong status

donpwinston’s picture

Good grief. Why the hell not? (A date is a date except in Drupal)

ashii’s picture

This might help you Click here

SGhosh’s picture

Issue summary: View changes

@ashii, thank you so much. That was exactly what I needed.

#for drupal core fields like created and posted for both nodes and users

Tharick’s picture

Hi Folks,

In my case, I have a pop up calendar in my exposed filter, but is should "Highlighted Dates" only has content.

Ex, If I had select the Feb 26, 2015 in my content article, so my landing view page exposed pop up filter should highlights the Feb 26, 2015.

Is it possible in drupal 7? Can anyone help me out in this case?

Thanks in advance.

francescosciamanna’s picture

@#3, Thank you for advice! I was working for hours in a new site and cannot activate date popup: I have completely forgot to activate data views!