View Single Post
Old 02-18-2018, 08:11 AM   #292
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by davidfor View Post
"today()" returns a string, not a list. The following should do what you need:

Code:
program: format_date(today(), 'yyyy')
program: format_date(today(), 'MM')
Both do the same thing, this why I used list_item so separate them to year and month.

But this is not the problem, it doesn't activate the program in the link, I'm doing something wrong or it's not possible.

Code:
https://www.amazon.com/gp/search/ref=sr_adv_b/?search-alias=stripbooks&unfiltered=1&field-keywords=&field-author={author}&field-title=&field-isbn=&field-publisher=&node=&field-p_n_condition-type=&p_n_feature_browse-bin=618073011&field-age_range=&field-language=English&field-dateop=After&field-datemod=program: format_date(today(), 'MM')&field-dateyear=program: format_date(today(), 'yyyy')&sort=relevanceexprank&Adv-Srch-Books-Submit.x=50&Adv-Srch-Books-Submit.y=
I did add two custom column for the month and year and it's working okay, but I think it's a waste.

Last edited by oren64; 02-18-2018 at 01:19 PM.
oren64 is offline   Reply With Quote