Cita:
Iniciado por drako_darpan
Hola que tal, el campo: libreta.anno ... Que tipo es?
![Distraido](http://static.forosdelweb.com/fdwtheme/images/smilies/rolleyes.png)
Es de tipo date
Código vb:
Ver original'----------------------------------
Public Property anno() As Date
Get
return ganno
End Get
Set(ByVal value As Date)
ganno=value
End Set
End Property
'----------------------------------