Code Explainers
Code explainers tagged #date handling
ruby
module Api module Reports class DailyOrderTotalsController < Api::BaseController def index
Building a daily order totals report in Rails
sql aggregation
json api
query building
Intermediate
7 steps
java
package com.example.web.convert; import java.time.LocalDate; import java.time.format.DateTimeFormatter;
A custom ISO-week Converter in Spring
type conversion
value object
immutability
Intermediate
5 steps