Formato de Fecha
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C181
This commit is contained in:
parent
9274610431
commit
35a7aaf8f2
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ namespace AYA.SlnSinortModel.DAL.Sinort
|
|||
var json = new EventosJSON()
|
||||
{
|
||||
allDay = false,
|
||||
start = model.Evento.FechaInicio.HasValue ? model.Evento.FechaInicio.Value.ToString() : string.Empty,
|
||||
end = model.Evento.FechaFin.HasValue ? model.Evento.FechaFin.Value.ToString() : string.Empty,
|
||||
start = model.Evento.FechaInicio.HasValue ? model.Evento.FechaInicio.Value.ToString("yyyy/MM/dd") : string.Empty,
|
||||
end = model.Evento.FechaFin.HasValue ? model.Evento.FechaFin.Value.ToString("yyyy/MM/dd") : string.Empty,
|
||||
title = model.Evento.Titulo
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue