该函数的参数过多

时间:2019-04-02 08:43:44

标签: arguments coding-style crystal-reports-2008

标题为我的错误,显示以下代码:

ToText (Split ({?CutOffDate},"-") [2]),ToText (Split ({?CutOffDate},"-") [1]))

请帮助新鲜的程序员找到问题!

1 个答案:

答案 0 :(得分:0)

首先使用CDate function,以in here的形式检查这是否是转换问题:

val bottomSheetDialog = BottomSheetDialog(context)
bottomSheetDialog.setContentView(binding.myDrawerContent)
bottomSheetDialog.show()

不要forget the := assignment operator

ToText(CDate({aString}), "dd-MMM-yy")