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

Added a method to get run dates in a date range #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2013

  1. Added getRangeRunDates

    getRangeRunDates returns all run dates limited to a date range.
    Vulture0 committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    bed91c0 View commit details
    Browse the repository at this point in the history
  2. optimized getMultipleRunDates

    max(0, $total) doesn't need to be calculated in every iteration.
    Vulture0 committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    84d82a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2013

  1. Configuration menu
    Copy the full SHA
    55365d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. better getMultipleRunDates and cleaner code

    "cleaner code" by re aligning some comments and adding braces.
    Vulture0 committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    85cafe7 View commit details
    Browse the repository at this point in the history