forum

Home / DeveloperSection / Forums / IEnumerable<string> checkboxes get old date

IEnumerable<string> checkboxes get old date

Allen Scott207527-May-2015

my code is :

 

IEnumerable<string> checkboxes

checkboxes contains data :

 

<"4,12/16/2014 00:00:00">

<"8,11/16/2014 00:00:00">

<"6,10/16/2014 00:00:00">

4,8,6 are FileId

 

i need to get the fileId of oldDate from checkboxes list


Updated on 27-May-2015

Can you answer this question?


Answer

1 Answers

Liked By