T
tarscher
Hi all,
A simple problem that seems hard to solve...
I have a gridview with a date row.
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("time")
%>'></asp:Label>
</ItemTemplate>
Can I add some code that only the date will be shown and not the time?
Best regards,
Stijn
A simple problem that seems hard to solve...
I have a gridview with a date row.
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("time")
%>'></asp:Label>
</ItemTemplate>
Can I add some code that only the date will be shown and not the time?
Best regards,
Stijn