This question is locked. New answers and comments are not allowed.
I have this
but I want to use a movel value instead of DateTime.Today
so what I would to do is this:0
But that doesnt work as it doesnt like lambdas and ideas?
Thanks
Gregor
@(Html.Telerik().TimePicker() .Name("TimePicker") .ShowButton(true) .Interval(15) .Value(DateTime.Today) )so what I would to do is this:0
@(Html.Telerik().TimePicker() .Name("TimePicker") .ShowButton(true) .Interval(15) .Value(model => model.time_slot_workdate) )But that doesnt work as it doesnt like lambdas and ideas?
Thanks
Gregor