i have model (representing event) 3 fields: start date integer, being thought unix epoch, corresponding end date , integer being interval in seconds - interval being period (ie. start+interval happens, start+2*interval happens again) of event.
i make controller , view editing this. currently, have 3 text fields. make more user friendly. maybe displaying calendar or that. how can accomplish this?
Comments
Post a Comment