我一直在网上寻找关于如何做到这一点的想法,到目前为止,我什么都没有。
到目前为止,这是我的代码...
If dtp_warrantyExp.Value.Date > dtp_dateAcquired.Value.Date Then
dtp_warrantyExp.Value = dtp_dateAcquired.Value
End If
我一直在网上寻找关于如何做到这一点的想法,到目前为止,我什么都没有。
到目前为止,这是我的代码...
If dtp_warrantyExp.Value.Date > dtp_dateAcquired.Value.Date Then
dtp_warrantyExp.Value = dtp_dateAcquired.Value
End If