hola amigos, una consulta. como puedo filtrar datos que contengan la fecha
actual de la consulta, hace poco lo podía hacer así .
$scope.dt = $filter('date')(new Date(), 'yyyy-MM-dd');
<div ng-repeat="i in data | filter: {FechaActividad: dt}">
<span>{{i.Estado}}</span><br/>
<span>{{i.FechaActividad}}</span><br/>
<span>{{i.NombreActividad}}</span><br/>
<hr/>
</div>
pero ahora mis fechas contienen el formato con
timezone 2015-03-23T17:43:21-03:00 y ya no puedo usar este filtro porque si
bien coincide la fecha pero la hora no.
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.