PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

added dates calculator functions, templates and styles #274

Closed liaarbel closed 3 years ago

liaarbel commented 3 years ago

I created a form for two dates. One is for the first date we start from and the second is for the date we end with. After clicking on the button "calculate" we get the difference in days between the two dates. We don't have to enter data to the first date input, what will happen is that the first date will become the current date.

codecov-io commented 3 years ago

Codecov Report

Merging #274 (fd25932) into develop (b91708d) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #274      +/-   ##
===========================================
- Coverage    95.15%   95.10%   -0.05%     
===========================================
  Files           76       76              
  Lines         3382     3352      -30     
===========================================
- Hits          3218     3188      -30     
  Misses         164      164              
Impacted Files Coverage Δ
app/routers/salary/config.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b91708d...fd25932. Read the comment docs.