I have defined a content type which includes a date field. When I use this as an exposed filter in views I get extra settings including "Selection form element" and "Filter granularity".
I have also defined a custom table to views using hook_views_data. This includes a date field defined as follows:
This is my first post on the site so thank you for any help. I am still novice when it comes to Drupal but i try to learn as i am currently in the process of writing new Library site.
My problem:
I am currently working on creating a form(i think it should be form) that is supposed to connect to our Database and retrive all resources. I did it in the buildForm funcion and in result I get the list of all resources.
I'm working on a project that will calculate response times for our fire department. I paid a guy to develop a custom module to calculate the 90th percentile value of an array based on a date filter. All was well until I compared the results to the results I got in Excel using the "percentile" formula. The difference is about :30 secs +/-
No sure where to go from here.... any advice is greatly appreciated!