"# picoyplaca"
The main function is in the PicoPlaca class, called "consult" and receives 3 parameters (String date, String platenumber, String time)
date in format yyyy-MM-dd (this format is able to change in class Parameters.java)
platenumber like aaa0000
time in format HH:mm (this format is able to change in class Parameters.java)
An xml archive called Parameters.xml was used to load parameters like start and end hours, holidays and start date of "Pico y Placa". It was used due to the constant variation of holidays in Quito.
Test was develop in JUnit.
nbproject folder was included to be able to open it easily in netbeans