I have a problem with aladdin (korean biggest online bookstore : http://www.aladdin.co.kr ) plugin in bookpedia 4.5.3 in Snow Leopard.
a few days ago, aladdin site was reformed. They changed HTML tags. So I start rebuild plugin.
But well..... problem is releaseDate.
I got released date from aladdin site using with following source
Code: Select all
NSString *releaseDate = [temp_info stringBetween:@"</a> | " and:@"</td></tr>"];
if (releaseDate)
[returnData setObject:releaseDate forKey:@"releaseDate"];
But Bookpedia 4.5.3 cannot accept this format !! It can only accept DD-MM-YYYY format : eg)01-09-2009.
So I failed input released date in aladdin plugin.
How can I change format YYYY-MM-DD to DD-MM-YYYY ?
or, do you have a development plan of various date format in bookpedia?
Please help me.
Thanks, good luck